1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-28 07:20:06 +02:00

feat(directives): add @php directive

This commit is contained in:
Awilum
2022-05-21 18:10:02 +03:00
parent 0925cc49a8
commit 9318fe6255
4 changed files with 63 additions and 2 deletions

View File

@@ -100,6 +100,9 @@ entries:
textile:
enabled: true
path: "/src/flextype/core/Entries/Directives/TextileDirective.php"
php:
enabled: true
path: "/src/flextype/core/Entries/Directives/PhpDirective.php"
macros:
debug: false
vars:
@@ -600,7 +603,7 @@ parsers:
uuid:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/UuidShortcode.php"
# CORS
#
# CORS (Cross-origin resource sharing) allows JavaScript web apps to make HTTP requests to other domains.