Skip to content
Snippets Groups Projects

Feature 5.2.0

All threads resolved!
Merged Georgi requested to merge feature_5.2.0 into master
All threads resolved!
4 files
+ 76
41
Compare changes
  • Side-by-side
  • Inline
Files
4
mod {
wizards.newContentElement.wizardItems.plugins {
elements {
optin {
iconIdentifier = extension-sg_cookie_optin
title = LLL:EXT:sg_cookie_optin/Resources/Private/Language/locallang_backend.xlf:optInPluginTitle
description = LLL:EXT:sg_cookie_optin/Resources/Private/Language/locallang_backend.xlf:optInPluginDescription
tt_content_defValues {
CType = list
list_type = sgcookieoptin_optin
}
mod.wizards.newContentElement.wizardItems.plugins {
elements {
optin {
iconIdentifier = ext-sg_cookie_optin
title = LLL:EXT:sg_cookie_optin/Resources/Private/Language/locallang_backend.xlf:optInPluginTitle
description = LLL:EXT:sg_cookie_optin/Resources/Private/Language/locallang_backend.xlf:optInPluginDescription
tt_content_defValues {
CType = list
list_type = sgcookieoptin_optin
}
}
cookieList {
iconIdentifier = extension-sg_cookie_optin
title = LLL:EXT:sg_cookie_optin/Resources/Private/Language/locallang_backend.xlf:cookieListPluginTitle
description = LLL:EXT:sg_cookie_optin/Resources/Private/Language/locallang_backend.xlf:cookieListPluginDescription
tt_content_defValues {
CType = list
list_type = sgcookieoptin_cookielist
}
cookieList {
iconIdentifier = ext-sg_cookie_optin
title = LLL:EXT:sg_cookie_optin/Resources/Private/Language/locallang_backend.xlf:cookieListPluginTitle
description = LLL:EXT:sg_cookie_optin/Resources/Private/Language/locallang_backend.xlf:cookieListPluginDescription
tt_content_defValues {
CType = list
list_type = sgcookieoptin_cookielist
}
}
show = *
}
show = *
}
Loading