<fieldset>
    {% include 'm_components/form/input/text.twig' with { label: "title", value: title, title_text: __("Title", constant('M_TD')) , class: "widefat" } %}
    {% include 'm_components/form/input/editor.twig' with { label: "text", value: text, title_text: __("Description", constant('M_TD')), class: "text-text" } %}
</fieldset>

<fieldset>
    {% include 'm_components/form/input/text.twig' with { label: "subtitle", value: subtitle, title_text: __("Subtitle", constant('M_TD') ), class: "widefat" } %}
    {% include 'm_components/form/input/editor.twig' with { label: "subtext", value: subtext, title_text:  __("Description", constant('M_TD') ), class: "text-text" } %}
</fieldset>

{% include 'm_components/form/input/media.twig' with {
  label : "image",
  value: image,
  title:  __("Image", constant('M_TD'))
} %}
