dimitrov-adrian / directus-extension-editorjs-interface

Block editor (Editor.js) interface for Directus 9
https://www.npmjs.com/package/directus-extension-editorjs
GNU General Public License v3.0
182 stars 40 forks source link

Fix interface dropdown component names #9

Closed benosman closed 3 years ago

benosman commented 3 years ago

I noticed that the interface dropdowns for font and tools do not work in the latest Directus v9 versions.

This change converts dropdown to select-dropdown and dropdown-multiselect to select-multiple-dropdown.

It also fixes a typo with delimeter instead of delimiter

I haven't generated the dist version of the extension as with recent package update, some extra dependencies may be needed.

dimitrov-adrian commented 3 years ago

Thanks for the contribution!