Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am trying to send content via courier
I have a richtext editor where i pick a macro and inside that macro, i have some parameters where i use a contentpicker, textbox and checkbox.
<bodyText><![CDATA[<?UMBRACO_MACRO macroAlias="Dokumentlank" File="umb://media/d72721abb5d74f7ab9c388e0d7347aef" Fil="" Text="data 2021-03-01" ShowIcon="1" />
After courier all paramters are empty?
<bodyText><![CDATA[<?UMBRACO_MACRO macroAlias="Dokumentlank" File="" Fil="" Text="" ShowIcon="" />
I have this in my config, but im sure im missing something else. Any ideas?
<macros> <macrosAreDependencies>true</macrosAreDependencies> <macroParametersAreDependencies>true</macroParametersAreDependencies> <!-- Propertytypes that CAN contain macro mark-up (like the ones inserted with TinyMCE) --> <add key="TinyMCE3">Umbraco.TinyMCEv3</add> <add key="TextboxMultiple">Umbraco.TextboxMultiple</add> <add key="Textstring">Umbraco.Textbox</add> <add key="Simple Editor">Umbraco.MarkdownEditor</add> <add key="Macro Container">Umbraco.MacroContainer</add> </macros>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco courier not sending content in macro parameters
I am trying to send content via courier
I have a richtext editor where i pick a macro and inside that macro, i have some parameters where i use a contentpicker, textbox and checkbox.
After courier all paramters are empty?
I have this in my config, but im sure im missing something else. Any ideas?
is working on a reply...