-
-
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
add settings if default value for a field is given #887
Comments
Wouldn't this result in a huge amount of setting fields... not sure whether this would be really useful... |
Sometimes this feature is useful. So it would be fine to have the option to activate it for each field; by default it could be inactive. |
Note there is now an entity initialiser class (see #995) which allows to dynamically apply default values for newly created entities. This might be helpful for solving this issue, too. |
Postponing, because this depends on #97. |
As agreed at the camp we are going to utilise expressions to let the default value of an entity field point to / reference a variable field. |
You have already this great settings for the images. Similar to this you may implement it for all fields where a default value is created within the model.
I would prefere this instead of #263.
This feature is not requested for 0.7.0
The text was updated successfully, but these errors were encountered: