We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently all SynchronizedFields can be overridden by editors. We should add an option to allow this to be disabled on specific fields.
SynchronizedField
For example: SynchronizedField('my_field', overridable=False)
SynchronizedField('my_field', overridable=False)
The text was updated successfully, but these errors were encountered:
Implement overridable parameter on SynchronizedField
37c0acb
Fixes #436
0b615d4
b88fd86
Successfully merging a pull request may close this issue.
Currently all
SynchronizedField
s can be overridden by editors. We should add an option to allow this to be disabled on specific fields.For example:
SynchronizedField('my_field', overridable=False)
The text was updated successfully, but these errors were encountered: