What I would like is for each line to only print if the metadata value is not empty. If it is empty I do not want it to print e.g. I want it still to print the microsite name if the name is present but if the logo isnt then not to print that line.
I have tried adding a print=no to the beginning but can't get it to work.
First up, your show if is missing a condition. You need to include settings for 'condition_keyword' and 'condition_keyword_match' so it's got something to compare. At the moment it's not comparing anything so will always fail.
Having said that it's probably easier to just do a keyword with replace_keywords modifier instead of a complete design area. E.g.
First up, your show if is missing a condition. You need to include settings for 'condition_keyword' and 'condition_keyword_match' so it's got something to compare. At the moment it's not comparing anything so will always fail.
Having said that it's probably easier to just do a keyword with replace_keywords modifier instead of a complete design area. E.g.