Hello,
We just upgraded OOD to 4.0.3 and noticed that there is a okay button for Announcement.
Is there a way to remove the button?
Hello,
We just upgraded OOD to 4.0.3 and noticed that there is a okay button for Announcement.
Is there a way to remove the button?
Announcements are dismiss-able by default in 4.0.
You can set the dismissable
flag to false
to ensure it’s always there.
I set “dismissible: false” but was able to dismiss it when I clicked the button
type: warning
dismissible: false
Did you refresh the page after you’d set the flag? or dismissed it before it picked up the new configuration? I just did a spot check on my side and it should respond to that flag.
Just noticed that I should use yml instead of md. Thank you!