mirror of
https://github.com/flextype/flextype.git
synced 2025-08-20 20:01:37 +02:00
feat(directives): add '@calc' directive
This commit is contained in:
15
tests/fixtures/settings/settings.yaml
vendored
15
tests/fixtures/settings/settings.yaml
vendored
@@ -76,12 +76,6 @@ entries:
|
||||
vars:
|
||||
debug: false
|
||||
directives:
|
||||
markdown:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/MarkdownDirective.php"
|
||||
textile:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/TextileDirective.php"
|
||||
shortcodes:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/ShortcodesDirective.php"
|
||||
@@ -97,6 +91,15 @@ entries:
|
||||
vars:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/VarsDirective.php"
|
||||
calc:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/CalcDirective.php"
|
||||
markdown:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/MarkdownDirective.php"
|
||||
textile:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/TextileDirective.php"
|
||||
macros:
|
||||
debug: false
|
||||
vars:
|
||||
|
Reference in New Issue
Block a user