title |
---|
Macro properties |
Macro properties can be declared in .yml
files.
You can name these files whatever_you_want.yml
, and nest them arbitrarily deeply in subfolders.
version: 2
macros:
- name: <macro name>
[description](description): <markdown_string>
[docs](resource-properties/docs):
show: true | false
arguments:
- name: <arg name>
[type](argument-type): <string>
[description](description): <markdown_string>
- ... # declare properties of additional arguments
- name: ... # declare properties of additional macros
v0.16.0
: The ability to declare macro properties was introduced.