I have been trying to find a solution for adding/modifying a global block parameter via the shortcode:
[cs_gb id=182748 custom-text=“THIS TEXT HERE”]
This particular shortcode is for an offscreen content toggle. the “custom-text” would be the text that populates the “Primary Text” in the “Text Setup” section of the “toggle”
I have been able to get this to work by adding in a custom field which then is editable via a meta box in the standard editor–however, this is not very intuitive for my users (they have to toggle between Cornerstone and the standard editor to access this field). {{dc:post:meta key=“button-text”}}
My Goal would be to grab the attribute that is added to the shortcode to, in this case, modify the button text. Even if I can’t get this to write directly to the button, at least adding it as a parameter to the href would be huge. I could then use some jquery to replace the text.