Skip to content

frontend: wrap React components in overridable component #102

@kpsherva

Description

@kpsherva

Make the admin interface fully customizable on the frontend by providing the Overridable IDs.
At this stage we need for each component (unless a component is very trivial) to have overridable render method (if any) and the whole component, following the convention:
id="<ComponentClassName>.layout for render method
export default Overridable(ComponentClassName, "<ComponentClassName>) for the whole component

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions