It would be a good addition to have an option to allow fields to be blank and just replace them with an empty string.
Additionally it would be great to have the option to specify a fallback value, if a field is blank.
This could look like this:
{$page->my_field|my-fallback}
So if the field my_field is empty, it should be replaced by my-fallback.
Thanks!
It would be a good addition to have an option to allow fields to be blank and just replace them with an empty string.
Additionally it would be great to have the option to specify a fallback value, if a field is blank.
This could look like this:
{$page->my_field|my-fallback}So if the field
my_fieldis empty, it should be replaced bymy-fallback.Thanks!