Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Keith Bamberger 26 posts 106 karma points
    Feb 21, 2023 @ 16:08
    Keith Bamberger
    0

    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.

    <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>
    
Please Sign in or register to post replies

Write your reply to:

Draft