You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need help with removing the image selection that is in coderedcms.models.navbar model. Is there a way to modify coderedcms.blocks.content_blocks.NavBaseLinkBlock where it is being imported from?
Sorry, the navbar and NavBaseLinkBlock are not customizable. The built-in navbar is really limited, and in practice, we end up building custom navbars for each site.
I need help with removing the image selection that is in
coderedcms.models.navbar
model. Is there a way to modifycoderedcms.blocks.content_blocks.NavBaseLinkBlock
where it is being imported from?image = ImageChooserBlock(required=False,label=_("Image"),)The text was updated successfully, but these errors were encountered: