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
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>.layoutfor render methodexport default Overridable(ComponentClassName, "<ComponentClassName>)for the whole component