Fannon / mobo

Mobo is a command line tool that helps building and deploying Semantic MediaWiki structure in an agile, model-driven way.

Home Page:https://www.npmjs.org/package/mobo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abstract field gets uploaded

oetterer opened this issue · comments

Me again :/

setting in a field declaration "abstract" : true doesn't prevent it from being uploaded. Have I misinterpreted

"abstract": [Boolean] If true this file will be used for inheritance but not uploaded to the actual model.

in the fields documentation?

You're right - I haven't had the usecase of abstract fields yet. Its simple to prevent them from uploading however. There is no support for abstract forms either - do you think that makes sense?

I hope that the inheritance works with fields, haven't checked that yet.

Will commit the update soon, could you verify if it works?