<label class="m_label" for="{{ widget.get_field_id(label)|raw }}">{{ __( title_text , constant('M_TD')) }}</label>
<section class="m_editor_parent" data-id="{{widget.get_field_id(label)}}">
    <input type="hidden"
  class="text-text"
  name="{{ widget.get_field_name(label)|raw }}"
  value="{{value|raw}}" />
  {# <div id="wp-url_lieux-editor-tools" class="wp-editor-tools hide-if-no-js">
    <div class="wp-editor-tabs"><button type="button" id="url_lieux-tmce" class="wp-switch-editor switch-tmce"
        data-wp-editor-id="url_lieux">Visual</button>
      <button type="button" id="url_lieux-html" class="wp-switch-editor switch-html"
        data-wp-editor-id="url_lieux">Text</button>
    </div>
  </div>
  <div id="wp-url_lieux-editor-container" class="wp-editor-container">
  <textarea class="m_editor {{widget.get_field_id(label)}}">{{value|raw}}</textarea>

</div>
   #}

<textarea class="m_editor_inside" id="{{widget.get_field_id(label)|raw}}">{{value|raw}}</textarea>
{# {% set args = {
  'media_buttons' : false,
  'quicktags' : true,
  'tinymce' : {
    'menubar':"",
    "plugins":"paste,link,lists",
    "anchor_bottom ": false,
    "anchor_top": false,
    "paste_as_text": true,
    "paste_remove_spans" : true,
    "paste_remove_styles" : true,
    "toolbar" : 'formatselect,bold,italic,underline,align,blockquote,bullist,numlist,link,unlink,undo,redo,wp_add_media',
    "toolbar1" : "",
   
  },

      
 } %}


  {{fn.wp_editor(fn.html_entity_decode(value), widget.get_field_id(label)|raw , args)}} #}

</section>
{# Done #}