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 marks for fields in view #6

Open
Seafnox opened this issue Feb 26, 2016 · 0 comments
Open

Add marks for fields in view #6

Seafnox opened this issue Feb 26, 2016 · 0 comments

Comments

@Seafnox
Copy link

Seafnox commented Feb 26, 2016

Sometimes you should create an object and system deny to do that.
In form for creating object all fields must have to view all properties (like required, unique, etc.) for understanding reason to deny.

Although it can be more helpful before denying, because it help to understand how should be filled object fields.

For the first result could be enough add only name and value for all properties ater field name in view.
Boolean properties could be previewed only by their names
For example: (properties must have less size and color like #AAAAAA)
Username (required, unique, minlenght: 6)
Email (required, unique, mask: '/w.@w./.w{2,3}', example: 'example@mail.com')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants