Initial shortcode implementation
This commit is contained in:
10
models/settings/fields.yaml
Normal file
10
models/settings/fields.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
# ===================================
|
||||
# Form Field Definitions
|
||||
# ===================================
|
||||
|
||||
fields:
|
||||
enable_on_render:
|
||||
label: Enable Shortcodes on all page rendering
|
||||
comment: Checking this enables shortcodes for all page rendering and does not require the use of twig filters or functions.
|
||||
type: checkbox
|
||||
default: 0
|
Reference in New Issue
Block a user