Custom attributes and types for powering up your schema
Q3 auto-installs a few important plugins on all its models. These help you to solve common tasks quickly, such as locking property values and auto-populating references. For more information on how each plugin works, view the "Related Projects" page.
Schema Path Options
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.