Skip to content

Instantly share code, notes, and snippets.

@Galibri
Created December 21, 2017 11:58
Show Gist options
  • Save Galibri/3a9a2434d5a2df829d175a93f6fe9808 to your computer and use it in GitHub Desktop.
Save Galibri/3a9a2434d5a2df829d175a93f6fe9808 to your computer and use it in GitHub Desktop.
array(
'id' => 'faqs',
'type' => 'group',
'title' => 'FAQs',
'button_title' => 'Add New',
'accordion_title' => 'Add New FAQ',
'fields' => array(
array(
'id' => 'title',
'type' => 'text',
'title' => 'FAQ title',
),
array(
'id' => 'content',
'type' => 'textarea',
'title' => 'FAQ content',
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment