madeyourday / contao-rocksolid-custom-elements

RockSolid Custom Elements Contao Extension
http://rocksolidthemes.com/de/contao/plugins/custom-content-elements
MIT License
48 stars 12 forks source link

Input Type Group with state #63

Closed christianromeni closed 6 years ago

christianromeni commented 8 years ago

I was trying to add a group to my backend that is collapsed by default... Would be a nice feature.

Something like:

          'description' => array(
            'label' => array('MyGroup', 'This is my collapsed group'),
            'inputType' => 'group',
            'collapsed' => true,
          ),
jankout commented 8 years ago

:+1:

ausi commented 6 years ago

This is now implemented for groups and lists:

'eval' => array('collapsed' => true),
fkaminski commented 6 years ago

Das greift bei mir nicht mit Contao 4.4..18 ?

ausi commented 6 years ago

The collapsed state of groups is stored in the session.
Did you purge the session data in your user profile?

fkaminski commented 6 years ago

I've purged the PHPSESSID with Chrome/Firefox and the whole Browser/Contao Cache with no other result.

ausi commented 6 years ago

Did you purge “User profile › Clear cache › Purge data › Session data” too?

fkaminski commented 6 years ago

Nope - Sorry, this helps ...