Blueprint Developer Manual / Version 2207
Table Of ContentsDue to being added after the static part of the Studio Client has already been built, it has the same limitations as so called dynamic packages, which are also added after the tools like Sencha CMD build have already been executed.
You can not adjust anything theming related inside SCSS files in the
sencha/sass
folder as the CSS for the theming has already been build.All dependencies added to the
dependencies
entry inside the plugin'spackage.json
file are considered to be provided by theapp
the plugin is added to. This means that (for now) a plugin cannot bring its own dependencies and can only utilize dependencies that are already part of the correspondingapp
.While it is technically possible it is not intended that a plugin utilize a Blueprint dependency. This would lead to a cyclic dependency between the Blueprint workspace and the corresponding plugin (see Section 4.1.6.2.3, “Working with the Plugin Workspace”).