mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-10-03 19:36:09 +02:00
Daniel Siepmann
e967112277
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.
4 lines
124 B
SQL
4 lines
124 B
SQL
CREATE TABLE tt_content (
|
|
skilldisplay_skills TEXT,
|
|
skilldisplay_skillset int(11) unsigned DEFAULT '0' NOT NULL,
|
|
);
|