Dears,
we own a commercial team license of ABP.
We are using ABP Suite to scaffold (and then customize) our code, but we need to release that code as opensource (national law).
When using ABP Suite I can only use Lepton-X theme (I can grab the source code) but I think I cannot release it for others as opensource, they cannot change theme elements without an ABP License, am I right?
In such case, is there a way to use ABP Suite and - for example - create a project with Lepton-X-Lite theme? Or is there a documentation/case-study to downgrade from Lepton-X to Lepton-X-Lite?
We love the Suite but we need to accomplish to our national law.
Many thanks
Ivan
1 Answer(s)
-
0
Hi, yes they need to have an active ABP License to be able to make changes and uses it because LeptonX Theme is a commercial product.
We don't have a guide or documentation that shows how to migrate from LeptonX Theme to LeptonX Lite. However, it's a really straightforward process. You normally just need to change package dependencies and change some constant names. You can take the Installation section in the LeptonX Lite Theme documentation as a guide, which shows how to migrate from Basic Theme to LeptonX Lite theme.
Btw, you can also select LeptonX Lite while creating a solution with ABP CLI (here are all the options: https://abp.io/docs/9.0/cli#options):
abp new MyProjectName --theme leptonx-lite
Please also note that the pro modules are licensed to you, but it is not open source and cannot be redistributed or made publicly available for others to use or modify unless they also have a valid ABP license.
Also, you can see this comment for further info.