plugins-functionality #43

Merged
argiro.kokogiannaki merged 86 commits from plugins-functionality into develop 2024-06-13 09:14:22 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7fff8e4cc8 - Show all commits

View File

@ -173,7 +173,7 @@ export class PluginsComponent implements OnInit {
customTemplate = template;
}
});
if(customTemplate){
if(customTemplate && customTemplate.custom){
this.pluginsByPlacement.get(customTemplate.placement).push({plugin: _, template: customTemplate, openPreview: false});
}
}