Refactor type handling to contao-tags and add module tag filters
This commit is contained in:
@@ -19,13 +19,9 @@ $GLOBALS['TL_LANG']['tl_organization']['lng'] = ['Longitude', 'Longitude'];
|
||||
$GLOBALS['TL_LANG']['tl_organization']['description'] = ['Description', 'Description'];
|
||||
$GLOBALS['TL_LANG']['tl_organization']['published'] = ['Published', 'Publish organization'];
|
||||
$GLOBALS['TL_LANG']['tl_organization']['isExternal'] = ['External', 'External organization'];
|
||||
$GLOBALS['TL_LANG']['tl_organization']['type'] = ['Type', 'Multiple types can be selected.'];
|
||||
$GLOBALS['TL_LANG']['tl_organization']['tags'] = ['Types', 'Select existing tags for organization types.'];
|
||||
$GLOBALS['TL_LANG']['tl_organization']['members'] = ['Members', 'Assigned members'];
|
||||
|
||||
$GLOBALS['TL_LANG']['tl_organization']['type_options']['accommodation'] = 'Accommodation';
|
||||
$GLOBALS['TL_LANG']['tl_organization']['type_options']['shopping'] = 'Shopping';
|
||||
$GLOBALS['TL_LANG']['tl_organization']['type_options']['culture'] = 'Culture';
|
||||
|
||||
$GLOBALS['TL_LANG']['tl_organization']['title_legend'] = 'Title';
|
||||
$GLOBALS['TL_LANG']['tl_organization']['address_legend'] = 'Address';
|
||||
$GLOBALS['TL_LANG']['tl_organization']['contact_legend'] = 'Contact';
|
||||
|
||||
Reference in New Issue
Block a user