yasuflatland-lf / damascus

⚔️ CRUD boilerplate generator for Liferay DXP
https://yasuflatland-lf.github.io/damascus-doc/
GNU Lesser General Public License v3.0
51 stars 35 forks source link

add new field in module created (change current base.json) #87

Closed mkhhatampoor closed 4 years ago

mkhhatampoor commented 4 years ago

hi after module created by damascus, maybe needs a field add to an entity (or maybe some of methods or UI that autogenerated, required changes manually and then required add a field to an entity or other changes in base.json). what is solution for this scenario?

yasuflatland-lf commented 4 years ago

Damascus is designed to generate Scaffolds once. It is not designed to regenerate code according to the changes of fields later on. In that case, modify base.json, clean up generated bundles and run damascus create again.