Is it possible to create an if statement in a Paint layout?
For example
if (asset_metadata_title exists)
display this html code and assets keywords
elseif (asset_metadata_title exists)
display this html code and assets keywords
else
display this html code and assets keywords
I am looking at keyword modifiers, but I don't think they offer this.
Any ideas on how this should be done?