Be enabled with the environment variable: COMPACT_FORM=True (I tried with app_settings, but it doesn't work in CascadeUtilitiesMixin due to translation)
The widget cascade selector icon is associated with HTML / CSS / SVG and the fieldsets are defined according to the nested widget attribute group.
same layout as related https://github.com/jrief/djangocms-cascade/pull/365 This uses a widgets attributes for nested fields organized with specific helpers.
Be enabled with the environment variable:
COMPACT_FORM=True
(I tried with app_settings, but it doesn't work in CascadeUtilitiesMixin due to translation)The widget cascade selector icon is associated with HTML / CSS / SVG and the fieldsets are defined according to the nested widget attribute group.
And this use a pull request https://github.com/jrief/djangocms-cascade/pull/367 which also gives the possibility of filtering the fields for CascadeUtilitiesMixin.