Add EXT:feedit
This commit is contained in:
parent
3c44c00ba5
commit
2c6d53741b
2 changed files with 12 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue