feat: disable the style select extension for now

This commit is contained in:
Jacob Overgaard
2024-09-25 11:58:35 +02:00
parent 3d18464474
commit 5984cb5da0

View File

@@ -70,7 +70,6 @@ export const manifests: Array<ManifestTypes> = [
{ alias: 'superscript', label: 'Superscript', icon: 'superscript', category: 'text-transformation' },
// Styling and Font Group
{ alias: 'styles', label: 'Style select', icon: 'permanent-pen', category: 'styling' },
{ alias: 'fontname', label: 'Font select', icon: 'text-color', category: 'styling' },
{ alias: 'fontsize', label: 'Font size', icon: 'text-color', category: 'styling' },