• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Creating liquid

New Here ,
Jul 27, 2018 Jul 27, 2018

Copy link to clipboard

Copied

Hello,

I know and understand liquid but the thing is... I just can't seem to wrap my head around using things like the {{itemid}} for web apps and putting them to good use.

Can someone please give me a good example on how to use liquid tags to ouput {{..}} a web app item. This will be helpful just a simple example please!!

TOPICS
Newbie Corner

Views

250

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 29, 2018 Jul 29, 2018

Copy link to clipboard

Copied

LATEST

Look a the docs:

Web App list layout | Business Catalyst Developers

Liquid is pure data. Where the old BC tags used to output either a value or wrap that in HTML sometimes with options - Liquid output is more about just data and you handling that data.

With that Liquid Markup is more then this, it is all the logic you can apply:

Logic tags | Business Catalyst Support

And all the data manipulation as well from things like filters.

The docs also come with code examples:
Conditionals | Business Catalyst Support


You really should not spend to much time on learning BC's version of liquid markup since BC is going to end of life. You should look to be migrating sites and learning the new system you will be migrating too.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines