Export Add-on module as UI resources module, and embedding Snippets
0
Hello everyone, I've encountered some behavior that I'd like to confirm is expected: When creating a module and marking it as a "UI Resources" module, I can add SCSS classes successfully. However, when I change the export option to "Add-on module" type, the menu entry to modify styling options disappears. Additionally, when the "Add-on" export module type is activated, snippets cannot be marked as exportable. Are these behaviors normal/expected? I want to make sure I'm not missing something in the configuration. Thanks for any insights!
asked
Christian B
1 answers
0
Hi Christian,
As said in studio pro warning UI resources modules cannot also AddOn type. Its normal behavior.
use addon modules if you are developing "solution" , which means some of the modules can be IP protected / private.
If you want reusable UI resources you can continue with standard modules which fits better with UI resources.