Created
December 21, 2017 11:58
-
-
Save Galibri/3a9a2434d5a2df829d175a93f6fe9808 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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