Hi, I'd like to propose a solution that allows for defining entities in separate files.
In this case, the
manifest.yml
manifest.yml
file would have a structure like:
### manifest.ymlname: Example Appentities: User: properties: - name # ...extend: - entities/Language.yml### entities/Language.ymlLanguage: properties: #...
### manifest.ymlname: Example Appentities: User: properties: - name # ...extend: - entities/Language.yml### entities/Language.ymlLanguage: properties: #...
What do you think, does it make sense? I'd find it useful, as building a single file for multiple entities, often with comments, is a bit pointless for me.