FTD
.ftd
files. Following below practices will help you reduce, build errors and aviod code mess .ftd
files.
caption
caption
as the type of one of the arguments. body
body
. body
should be used for free form texts, possibly spanning multiple paragraphs.
colon :
:
in each declaration. e.g. -- ftd.text:
ftd
components.ftd
variables firstftd
variables first while creating new component. e.g. below-- ftd.column my-ftd-component: boolean show-bar: false string marktext: string blah: integer number: width: fill-container background-color: $fastn.color.main.background.base -- end: my-ftd-component