Skip to content
New issue

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

Add support for read-only fields #56

Merged
merged 1 commit into from
May 30, 2017
Merged

Add support for read-only fields #56

merged 1 commit into from
May 30, 2017

Conversation

darinwilson
Copy link
Contributor

This allows users to specify a field as read-only by appending :readonly to the field definition, e.g. title:string:readonly.

Read-only fields can be viewed and used as filters, but their HTML inputs are disabled in the form screen.

Fixes #25

Copy link
Contributor

@zberkom zberkom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@zberkom zberkom merged commit fcc057a into master May 30, 2017
@zberkom zberkom deleted the readonly-attrs branch May 30, 2017 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants