mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-22 11:26:08 +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.
11 lines
297 B
Text
11 lines
297 B
Text
tt_content.skilldisplay_skills = < lib.contentElement
|
|
tt_content.skilldisplay_skills {
|
|
templateName = SkillDisplaySkills
|
|
|
|
dataProcessing {
|
|
10 = SkillDisplay\Typo3Extension\Frontend\DataProcessing\Skills
|
|
10 {
|
|
skills.field = skilldisplay_skills
|
|
}
|
|
}
|
|
}
|