diff --git a/Configuration/TypoScript/Setup/ContentElements/Basic.typoscript b/Configuration/TypoScript/Setup/ContentElements/Basic.typoscript index d7e417d..218fd81 100644 --- a/Configuration/TypoScript/Setup/ContentElements/Basic.typoscript +++ b/Configuration/TypoScript/Setup/ContentElements/Basic.typoscript @@ -45,10 +45,16 @@ lib.contentElement { } stdWrap { + editPanel = 1 + editPanel { + printBeforeContent = 1 + allow = edit, new, delete, move, hide + } + editIcons = tt_content: editIcons { beforeLastTag = -1 - iconTitle = Edit Content Element + iconTitle = Edit specific fields of content element } } } diff --git a/Resources/Private/Sass/Frontend/components/_feedit.scss b/Resources/Private/Sass/Frontend/components/_feedit.scss index 78840ea..8e89575 100644 --- a/Resources/Private/Sass/Frontend/components/_feedit.scss +++ b/Resources/Private/Sass/Frontend/components/_feedit.scss @@ -1,6 +1,8 @@ -.typo3-editPanel-btn .icon { - height: 2rem; - width: 2rem; +.typo3-feedit-element { margin-top: $spacer * 3; +} +.typo3-editPanel-btn .icon { + height: 1em; + width: 1em; background: $blue-dark; }