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
|
moveJsFromHeaderToFooter = 1
|
||||||
removeDefaultJS = external
|
removeDefaultJS = external
|
||||||
removeDefaultCss = 1
|
removeDefaultCss = 0
|
||||||
removePageCss = 1
|
removePageCss = 1
|
||||||
|
|
||||||
admPanel = 1
|
admPanel = 1
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
a.frontEndEditIconLinks {
|
.typo3-editPanel-btn .icon {
|
||||||
display: block !important;
|
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
width: 2rem;
|
width: 2rem;
|
||||||
|
|
||||||
margin-top: $spacer * 3;
|
margin-top: $spacer * 3;
|
||||||
|
|
||||||
background: $blue-dark;
|
background: $blue-dark;
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
@import "layout";
|
@import "layout";
|
||||||
|
|
||||||
@import "components/codeHighlighting";
|
@import "components/codeHighlighting";
|
||||||
// Does not work with 10 master yet
|
@import "components/feedit";
|
||||||
// @import "components/feedit";
|
|
||||||
@import "components/ckeditor";
|
@import "components/ckeditor";
|
||||||
@import "components/admonition";
|
@import "components/admonition";
|
||||||
|
|
Loading…
Reference in a new issue