1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-27 06:54:31 +02:00

feat(shortcodes): add calc shortcode

This commit is contained in:
Awilum
2022-05-25 19:21:43 +03:00
parent a60131607e
commit 39ff94f8a1
4 changed files with 55 additions and 2 deletions

View File

@@ -612,7 +612,10 @@ parsers:
field:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/FieldShortcode.php"
calc:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/CalcShortcode.php"
# CORS
#
# CORS (Cross-origin resource sharing) allows JavaScript web apps to make HTTP requests to other domains.