Hallo liebe Community,
in der Gruppendefinition für die CMS_INPUT_PERMISSION Komponente ist es im Moment nur möglich eine Sprache anzugeben.
Es wäre schön wenn man dort genau so wie in der Formular-Definition die Sprachen angeben könnte:
Beispiel:
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<GROUPS name="GroupsFile" version="1">
<GROUP id="group_id_1">
<LANGINFOS>
<LANGINFO lang="*" label="display name for my first group" />
<LANGINFO lang="DE" label="Anzeigename für meine erste Gruppe" />
</LANGINFOS>
</GROUP>
<GROUP id="group_id_2">
<LANGINFOS>
<LANGINFO lang="*" label="display name for my second group" />
<LANGINFO lang="DE" label="Anzeigename für meine zweite Gruppe" />
</LANGINFOS>
</GROUP>
</GROUP>
<!-- more groups -->
</GROUPS>
Liebe Grüße
Benjamin
---------
English Version
Dear community,
in the group definition for the component CMS_INPUT_PERMISSION it is only possible to specify a language at the moment.
It would be nice if you could specify multiple languagse there exactly like in the form definition:
Example:
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<GROUPS name="GroupsFile" version="1">
<GROUP id="group_id_1">
<LANGINFOS>
<LANGINFO lang="*" label="display name for my first group" />
<LANGINFO lang="DE" label="Anzeigename für meine erste Gruppe" />
</LANGINFOS>
</GROUP>
<GROUP id="group_id_2">
<LANGINFOS>
<LANGINFO lang="*" label="display name for my second group" />
<LANGINFO lang="DE" label="Anzeigename für meine zweite Gruppe" />
</LANGINFOS>
</GROUP>
</GROUP>
<!-- more groups -->
</GROUPS>
Kind regards
Benjamin