-
1. Re: WebApp Custom Fields with Liquid
mario_gudelj Oct 19, 2014 2:33 AM (in response to Lynda Spangler)From
http://docs.businesscatalyst.com/dev-assets/reference#!/liquid-reference/index.html
"To see the list of Liquid output tags you can use at any given point you
can use the {{this | json}} tag, this basically outputs all the tags that
are available on a particular layout, page or template. Take a look at
http://docs.businesscatalyst.com/developers#!/beta/getting-started-with-liquid!available_t ags
article for the exact steps on how to use the {{this | json}} tag."
M: 0415 193775
E: mario@twoblokeswithapostie.com
W: www.twoblokeswithapostie.com
S: mariogugi
On Sun, Oct 19, 2014 at 3:06 PM, Lynda Spangler <forums_noreply@adobe.com>
-
2. Re: WebApp Custom Fields with Liquid
Liam Dilley Oct 19, 2014 3:49 AM (in response to mario_gudelj)What Mario told you will help see what is available, not just on web apps but to access a custom field, because it has a name that can be spaces etc you need to do it like the follow:
{{this.['My Custom Field']}} is how you get a custom fields data.
-
3. Re: WebApp Custom Fields with Liquid
Lynda Spangler Oct 19, 2014 9:04 AM (in response to Liam Dilley)Got it! Thank you both for the help!



