Macro properties
Macro properties can be declared in .yml
files in:
- your
macros/
directory (as defined by themacro-paths
config) - your
models/
directory (as defined by thesource-paths
config)
You can name these files whatever_you_want.yml
, and nest them arbitrarily deeply in subfolders within the macros/
or models/
directory.
macros/<filename>.yml
version: 2macros:- name: <macro name>show: true | falsearguments:- name: <arg name>- ... # declare properties of additional arguments- name: ... # declare properties of additional macros
▶Changelog