Is it possible to extend default action-bar?
# help-with-umbraco
n
Hey everyone, I can’t figure this out. I have a bunch of custom elements that implement UmbBlockEditorCustomViewElement, and I can use the UmbBlockEntryContext to access block entry methods from the action bar (like edit() and requestDelete()). However, even if I try to create my own action bar, I can’t seem to get rid of the default one that’s rendered. I need to either disable it, extend it, customize, anything that will move it from where it is currently. Is there a way to customize the default action bar—preferably using manifests—since CSS overrides aren’t working here? If I understand correctly, I either need to find a way to reposition it (e.g., move it to the left side) or write my own custom view element implementation where I control the action bar. I’d like to avoid the latter if possible, because I have multiple components stacked together (container and children), which results in overlapping action bars. Any suggestions? https://cdn.discordapp.com/attachments/1347245526906830942/1347245527032397907/Screenshot_2025-03-06_171949.png?ex=67cb1fac&is=67c9ce2c&hm=85c956cdeec0e955485274fa0b08074a2663126afc4c22cb2de854c8b540f1b9&
2 Views