Hello,
It’s nice working with “dynamic content” in Cornerstone Pro editor.
Now we are using also to customize buttons to “download” a media element (pdf), so now we are using:
{{dc:post:title post=“67”}}
to get the attachment “title” in the primary text for the button, and also we like to get the file URL like:
/wp-content/uploads/2020/11/example.pdf
but we can’t get it to work.
Something like:
{{dc:post:permalink post=“67”}}
renders the url to the attachment page, but we want to render the url of the file.
We are playing with the “custom meta”, something like:
{{dc:post:meta post=“67” key=“attachment_url”}}
but it does not work.
is there a key we can use, or another option to get it working “the dynamic” way?
Thank you