Advertisement
ikamal

group field

May 1st, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. array(
  2. 'id' => 'group_field',
  3. 'type' => 'group',
  4. 'title' => 'Group Field',
  5. 'button_title' => 'Add New',
  6. 'accordion_title' => 'Add New Field',
  7. 'fields' => array(
  8. array(
  9. 'id' => 'text_item',
  10. 'type' => 'text',
  11. 'title' => 'name',
  12. ),
  13. ),
  14. ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement