mirror of
https://github.com/flextype/flextype.git
synced 2025-08-28 07:20:06 +02:00
feat(entries): add directives functionality
This commit is contained in:
13
tests/fixtures/settings/settings.yaml
vendored
13
tests/fixtures/settings/settings.yaml
vendored
@@ -70,6 +70,19 @@ errors:
|
||||
# Entries
|
||||
entries:
|
||||
directory: '/entries'
|
||||
parsers:
|
||||
shortcodes:
|
||||
enabled: true
|
||||
directives:
|
||||
markdown:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/MarkdownDirective.php"
|
||||
shortcodes:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/ShortcodesDirective.php"
|
||||
types:
|
||||
enabled: true
|
||||
path: "/src/flextype/core/Entries/Directives/TypesDirective.php"
|
||||
macros:
|
||||
debug: false
|
||||
registry:
|
||||
|
Reference in New Issue
Block a user