Add EXT:feedit

This commit is contained in:
Daniel Siepmann 2020-01-31 13:24:13 +01:00
parent 3c44c00ba5
commit 2c6d53741b
2 changed files with 12 additions and 4 deletions

View file

@ -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
}
}
}

View file

@ -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;
}