-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
connect field types to variables #263
Comments
Make it more easy and intuitiv: If in a default value is a "myvariable" and myvariable exists as a variable the generator is using the variable. |
example: in mostapp we do have today e.g.
if a link to a variable is possible it should look like:
and we declare a variable
This are typically work I have to do for my small modueles. This would be a very wellcome feature :-) |
At the moment this ticket is my biggest whish. One more idea how to do. |
for example the upload field:
in upload you have the property "Allowed File Size"
It would be great to have this property inside the main tools "Variables"
How can this be done?
e.g. "Allowed File Size" must be 0
than you have to create a Container "Variables" in your model with an integer Var type.
Beside the Basic Data with the default Value there should be "Further options"
The validator will check if the entity field exists and the var type of the entity field is matching the choosen var type in the variables container.
Other fields of upload where this relation can be usefull:
This might be also be usefull for other fields with "further options" but mostly for upload
The text was updated successfully, but these errors were encountered: