Hi Peter,
thanks for your reply. I was just about to change something in my views and try it out when I noticed that the save button has been removed. The license has expired, but I should still be able to edit existing views, right? Instead, where the save button used to be, there is now a message about an expired license.
Now I'm really confused, because your FAQ says:
What happens when my license expired?
The product will continue to work after your license expired. You are free to continue using the product if you like, but you will not receive support and updates for the product any longer.
How do I save now a change to an existing view?
I output all custom fields for this CPT as views. The shortcode is then integrated into the respective article.
I output the custom field URL in the views as follows:
<div class="my-class">
<a class="wp-block-button__link" href="{{ post.xurl_gg }}">go to extern Website</a>
</div>
best regards, Martina