Add EXT:feedit in v10 compatible mode
This commit is contained in:
parent
5cb0da3897
commit
3c44c00ba5
3 changed files with 3 additions and 7 deletions
|
@ -19,7 +19,7 @@ config {
|
|||
|
||||
moveJsFromHeaderToFooter = 1
|
||||
removeDefaultJS = external
|
||||
removeDefaultCss = 1
|
||||
removeDefaultCss = 0
|
||||
removePageCss = 1
|
||||
|
||||
admPanel = 1
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
a.frontEndEditIconLinks {
|
||||
display: block !important;
|
||||
.typo3-editPanel-btn .icon {
|
||||
height: 2rem;
|
||||
width: 2rem;
|
||||
|
||||
margin-top: $spacer * 3;
|
||||
|
||||
background: $blue-dark;
|
||||
}
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
@import "layout";
|
||||
|
||||
@import "components/codeHighlighting";
|
||||
// Does not work with 10 master yet
|
||||
// @import "components/feedit";
|
||||
@import "components/feedit";
|
||||
@import "components/ckeditor";
|
||||
@import "components/admonition";
|
||||
|
|
Loading…
Reference in a new issue