-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Fix parsing of extension configuration categories
- Loading branch information
1 parent
78b4bd3
commit 72cf2ac
Showing
1 changed file
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# cat=features/blockHelper/enable; type=boolean; label=Block helper: Enable globally (applies to the default Handlebars renderer) | ||
# cat=helpers/enable/10; type=boolean; label=Block helper: Enable globally (applies to the default Handlebars renderer) | ||
features.blockHelper.enable = 1 | ||
|
||
# cat=features/contentHelper/enable; type=boolean; label=Content helper: Enable globally (applies to the default Handlebars renderer) | ||
# cat=helpers/enable/20; type=boolean; label=Content helper: Enable globally (applies to the default Handlebars renderer) | ||
features.contentHelper.enable = 1 | ||
|
||
# cat=features/extendHelper/enable; type=boolean; label=Extend helper: Enable globally (applies to the default Handlebars renderer) | ||
# cat=helpers/enable/30; type=boolean; label=Extend helper: Enable globally (applies to the default Handlebars renderer) | ||
features.extendHelper.enable = 1 | ||
|
||
# cat=features/renderHelper/enable; type=boolean; label=Render helper: Enable globally (applies to the default Handlebars renderer) | ||
# cat=helpers/enable/40; type=boolean; label=Render helper: Enable globally (applies to the default Handlebars renderer) | ||
features.renderHelper.enable = 1 | ||
|
||
# cat=features/flatTemplateResolver/enable; type=boolean; label=Flat template resolver: Enable globally (applies to the default Handlebars renderer) | ||
# cat=template/enable/10; type=boolean; label=Flat template resolver: Enable globally (applies to the default Handlebars renderer) | ||
features.flatTemplateResolver.enable = 0 |