mirror of
https://github.com/flextype/flextype.git
synced 2025-08-29 16:00:15 +02:00
feat(directives): replace few directives with shortcodes analogs
This commit is contained in:
15
tests/fixtures/settings/settings.yaml
vendored
15
tests/fixtures/settings/settings.yaml
vendored
@@ -77,26 +77,17 @@ entries:
|
||||
enabled: true
|
||||
enabled_globally: true
|
||||
path: "/src/flextype/core/Entries/Directives/ShortcodesDirective.php"
|
||||
constants:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/ConstantsDirective.php"
|
||||
fields:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/FieldsDirective.php"
|
||||
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
|
||||
enabled_globally: false
|
||||
path: "/src/flextype/core/Entries/Directives/MarkdownDirective.php"
|
||||
textile:
|
||||
enabled: true
|
||||
enabled_globally: false
|
||||
path: "/src/flextype/core/Entries/Directives/TextileDirective.php"
|
||||
php:
|
||||
enabled: true
|
||||
enabled_globally: false
|
||||
path: "/src/flextype/core/Entries/Directives/PhpDirective.php"
|
||||
types:
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user