It would be pretty outstanding if we have field_group in core so that forms could be arranged a lot nicer with things like vertical tabs and such through the UI.
Requirements for getting fieldgroup in core: - [x] Place the module into the core/modules directory - [x] Move theme functions into field_group.theme.inc file - [x] Remove all the field group help text - [x] Field Group Configure and Delete operations should use dropbutton - [x] Field Group Configure form should use menu callback (move from an expanding section to a new page -- same as field settings). - [ ] More User experience cleanup TBD (see below)
User experience cleanup options: - [x] N/A ~Remove the whole 'Fieldgroups' fieldset and help text~ (from previous iteration of module) - [ ] Remove the whole 'Fieldgroups' vertical tab (including the ability to clone from another display) - [ ] Instead of having a separate 'Add new group' row below 'Add new field', just have 'Group' as an option under 'Select a field type', and the different group types (e.g. fieldset, vertical tab, etc.) as 'Widgets'. - [ ] remove the ability to change the group type from the overview page
New features (options): - [ ] Make field group containers collapsible - [ ] Add a "clone" operation for a field group on the currently visible display
Related issues: * Switch to an "Add field" and "Add field group" action link (same as D8/D9): * Separate "Manage fields" and "Manage form" (field group would not appear on "Manage Fields")
Issue advocate: @jenlampton
Recent comments
Hi @DianeBAS It doesn't look like there are any port requests for these modules and they do not appear in https://github.com/backdrop-contrib so it doesn't look like anybody has tried anything unless...
Station and Community Media
Thanks for those ideas. Here is what I'm doing now that works. This adds the video_filter to the config file. $format = filter_format_load('filtered_html'); $format->filters['video_filter'] = (...
How to programmatically insert an array into config file
The port of Organic Groups is within days (if not hours) of a beta release. Feel free to help test and report issues. https://github.com/backdrop-contrib/og
Porting Organic Groups module to Backdrop