Update the blog page UI with the standard Blog extension.

We can customize the HTML and Sass of any active extensions for a domain and deploy them with our theme customizations. In SCA we have standard blog extension which can’t be fetched or updated. But we can change the template and sass file of the Blog extension by overriding it in theme. To customize extension-related… Continue reading Update the blog page UI with the standard Blog extension.

How to override a template file if you are on the Kilimanjaro release of SCA or earlier.

When customizing SCA, you may need to change the HTML code of the application. To add, remove, or change the HTML, you must customize the template file for the module that corresponds to the feature you want to change. To customize a template, you must use the override method provided by the SCA developer tools.… Continue reading How to override a template file if you are on the Kilimanjaro release of SCA or earlier.