1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-28 23:40:41 +02:00

feat(directives): add @textile directive

This commit is contained in:
Awilum
2022-05-13 16:52:30 +03:00
parent f7e717f3b8
commit b70e32d6ed
4 changed files with 58 additions and 0 deletions

View File

@@ -79,6 +79,9 @@ entries:
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"