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 {
|
stdWrap {
|
||||||
|
editPanel = 1
|
||||||
|
editPanel {
|
||||||
|
printBeforeContent = 1
|
||||||
|
allow = edit, new, delete, move, hide
|
||||||
|
}
|
||||||
|
|
||||||
editIcons = tt_content:
|
editIcons = tt_content:
|
||||||
editIcons {
|
editIcons {
|
||||||
beforeLastTag = -1
|
beforeLastTag = -1
|
||||||
iconTitle = Edit Content Element
|
iconTitle = Edit specific fields of content element
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
.typo3-editPanel-btn .icon {
|
.typo3-feedit-element {
|
||||||
height: 2rem;
|
|
||||||
width: 2rem;
|
|
||||||
margin-top: $spacer * 3;
|
margin-top: $spacer * 3;
|
||||||
|
}
|
||||||
|
.typo3-editPanel-btn .icon {
|
||||||
|
height: 1em;
|
||||||
|
width: 1em;
|
||||||
background: $blue-dark;
|
background: $blue-dark;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue