Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mishterk/45b3e7f345bc25b4e6c9163a30ac5e74 to your computer and use it in GitHub Desktop.
Save mishterk/45b3e7f345bc25b4e6c9163a30ac5e74 to your computer and use it in GitHub Desktop.
ACF Custom Database Tables plugin: Table definition JSON example for post type of 'page'
{
"name": "page_metadata",
"relationship": "page",
"columns": [
"show_page_banner",
"page_layout",
"read_time"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment