Schema plugins
Custom attributes and types for powering up your schema
Last updated
Custom attributes and types for powering up your schema
Last updated
Property
Value
Description
lock
Boolean
Once set, a locked property cannot be changed.
searchable
Boolean
It will consider the field's value in all search queries (via q3-core-rest
). Internally, the REST controller simply calls the "searchBuilder" static appended to all registered models.
systemOnly
Boolean
Controls the value's mutability over the API.
Option
Value
Description
restify
String
See the "Rest" section for more information
collectionPluralName
String
Same as above
collectionSingularName
String
Same as above