-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Add extConf, add possibility to add your own typoscript, ad…
…d possibiliy to show pallette frame. #26
- Loading branch information
1 parent
4c226dd
commit 91c90b9
Showing
3 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
################ | ||
### FEATURES ### | ||
################ | ||
|
||
# cat=Features; type=string; label=contentBlockDefinition: Use our own definition, e. g. EXT:sitepackage/Configuration/TypoScript/contentBlock.typoscript | ||
contentBlockDefinition = 0 | ||
|
||
# cat=Features; type=boolean; label=enableLayoutOptions: show layout (frame) options palette known from fluid_styled_content and bootstrap_package | ||
enableLayoutOptions = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters