Is there a way to create placeholders in document properties?
This question piggy-backs off a previous question here. I have created a page that has a document type with a rich text editor property. The content entered in this rich text editor gets rendered on the page (like expected).
Is there a way to create placeholders in document properties?
This question piggy-backs off a previous question here. I have created a page that has a document type with a rich text editor property. The content entered in this rich text editor gets rendered on the page (like expected).
However, I would like to use the macro option
<umbraco:Macro Alias="YourMacroAlias" runat="server" YourPropertyName="[@yourQueryString]"> </umbraco:Macro>
to grab querystring params off the request into placeholders on the page.
Except the placeholders need to fall within the doc type document property (which is a rich text editor). Is there a way to accomplish this?
is working on a reply...