mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-22 19:26:09 +01:00
Daniel Siepmann
da3aed135c
Allow editors to add new content element "skills". The element contains an input for a comma separated list of skill IDs. A preview in backend is shown. Frontend rendering is provided.
15 lines
708 B
Text
15 lines
708 B
Text
mod {
|
|
wizards.newContentElement.wizardItems.skilldisplay {
|
|
elements {
|
|
skilldisplay_skills {
|
|
iconIdentifier = skilldisplay-skill
|
|
title = LLL:EXT:skilldisplay/Resources/Private/Language/locallang_tca.xlf:tt_content.skilldisplay_skills
|
|
description = LLL:EXT:skilldisplay/Resources/Private/Language/locallang_be.xlf:newContentElement.skilldisplay.skills.description
|
|
tt_content_defValues {
|
|
CType = skilldisplay_skills
|
|
}
|
|
}
|
|
}
|
|
}
|
|
web_layout.tt_content.preview.skilldisplay_skills = EXT:skilldisplay/Resources/Private/Templates/Backend/ContentElements/Skills.html
|
|
}
|