field-engineer
field-engineer copied to clipboard
Readonly support?
Do we want to have a readonly blueprint option? In that case, if readonly is set on the parent, every child of that parent also needs to be readonly.
Yes, we would need this! In fact it would be crucial for our workflow to have this option for the engineer field.
I would also need to be able to add some advanced logic to determine the readonly value. So I should either be able to extend the field, something like that:
class MyEngineerField extends EngineerField {
public function readonly() {
// some logic here
return true;
}
}
Or to handle this with a role permission, like engineer.readonly
would also be an option.
What do you think?
Also, the purchase button for the plugin ist missing.
Kind regards, Georg