contao-community-alliance / meta-palettes

Dynamic configured palettes for contao.
6 stars 8 forks source link

Allow position in subselect palettes. #25

Closed discordier closed 10 years ago

discordier commented 10 years ago

It would be nice to have:

            'metasubselectpalettes' => array(
                'field_two' => array(
                    'some value' => array(
                        'legend1 after field_one' => 'field_three',
                    )
                ),
            )

To position the dependant field field_three directly after field_one when field_two has some value