What are the Slack Archives?

Itโ€™s a history of our time together in the Slack Community! Thereโ€™s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you wonโ€™t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Is it possible to condition check if a slot is active or not in a twig template? Right now we have

U02416PBC2H
U02416PBC2H Posts: 11 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

Is it possible to condition check if a slot is active or not in a twig template?

Right now we have a jumbotron carousel that is rendered everytime, but it is only needed when a certain slot is active. Any chance to check that in the twig template?

Comments

  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    U have to assign the cmsSlot to a twig var and check its content if empty or not

  • U02416PBC2H
    U02416PBC2H Posts: 11 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    @UL65CH0MC Thanks, but how do I do that?

        {% set cmsSlotCarousel = cms_slot 'slt-2' %}
    

    does not work ๐Ÿ˜ž

  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    Just so as example