extras-evolution / multiTV

Custom TV for Evolution CMS: Transform a template variables into a sortable multi item list for the Evolution content management framework
8 stars 23 forks source link

Custom theme only works when its also loaded in a custom TV #81

Open fourroses666 opened 11 months ago

fourroses666 commented 11 months ago
  'head' => array(
        'caption' => 'Title',
        'type' => 'richtext',
        'theme' => 'custom-theme'
    ),

This only shows correct when a custom TV has {"theme":"custom-theme"} loaded into the same template. I guess the needed JS for the custom richtext theme is not loaded in MultiTV.