i generated doctrine-admin in backend. In frontend i have form for add new news. I must unset field is_confirm, that ordinary user can't add news at once for home site. This working good, but if i generated admin module with doctrine then if i will add in backend new News then i dont have field is_confirm. If i delete unser in NewsForm.class.php then this working.
If i add this in config:
config:
actions: ~
fields: ~
list: ~
filter: ~
form: ~
edit: ~
new:
display: [is_confirm]
its doesnt help.
How can i thix fix?