Hi and thank you for replying. I’m developing a plugin for adding custom CSS based on user interactions and other triggers, and I would like to integrate this with CoreFramework and its search and auto-completion of classes inside a block editor.
For example, one of the things that my plugin (when CoreFramework integration is enabled in settings) will do, is get the list of classes from CoreFramework\Helper
and for each one create a “responsive variation” in the form of, e.g. on-max-tablet--<class>
so that if this class name (or corresponding data attribute) is applied to the element, the <class>
will be added to the element when the device width hits a “tablet” breakpoint. And many similar interaction-triggers. I would like these, and other class names, that my plugin supports to be searchable and insertable via CoreFramework’s block editor integration (of course if the user enables this in settings).