- This topic has 5 replies, 2 voices, and was last updated 2 years, 7 months ago by .
-
Topic
-
Hi Tran
If possible, I’d like to request a field to group other fields.
Similar to “Fieldset Text” – not only for “Text”, but also for all other fields.
array( 'id' => 'my_content', 'name' => 'My Content', 'type' => 'fieldset_for_all_field_types', 'fields' => array( array( 'id' => 'title', 'name' => 'Title', 'type' => 'text', ), array( 'id' => 'subtitle', 'name' => 'Subtitle', 'type' => 'textarea', ), array( 'id' => 'image', 'name' => 'Image', 'type' => 'image', ), array( 'id' => 'content', 'name' => 'Content', 'type' => 'wysiwyg', ), ), ),
There is a framework (Codestar Framework) supporting such field type – Codestar Framework – Fieldset
Thanks much and looking forward to hearing back your opinion.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.