Hi @chinteshprajapati,
Oh thanks, you’re so nice!
But I have an issue: the list doesn’t appear, I have this error in the console:
additional-classes-list.js?ver=5.3.2:77
Uncaught TypeError: Cannot read property ‘InspectorAdvancedControls’ of undefined
at Object.<anonymous> (additional-classes-list.js?ver=5.3.2:77)
at __webpack_require__ (additional-classes-list.js?ver=5.3.2:20)
at additional-classes-list.js?ver=5.3.2:63
at additional-classes-list.js?ver=5.3.2:66
It looks like I have an issue with wp.editor, because when I console.log(wp) I see the whole childhood, even wp.editor and wp.editor.InspectorAdvancedControls, but when I console.log(wp.editor) it logs “undefined” and I don’t know why… Do you have an idea?