In HTML, the class attribute specifies one or more class names for an HTML element. This attribute can be used on any HTML element. Class names can be used by CSS and JavaScript to perform specific tasks related to that element. So, basically, class plays a crucial role in web development. What comes to your […]
Posts Tagged ‘SXA’
Sitecore Experience Accelerator (SXA) 9.3: Scriban Template in Rendering Variant
One of the main features in Sitecore SXA 9.3 is the introduction of Scriban Templates. This will replace the legacy NVelocity Template engine that was being used previously with SXA. Scriban is very efficient when it comes to performance and flexibility. We can define HTML structure using Scriban with usage of extra properties. […]
Sitecore Experience Accelerator (SXA) Rendering Variants: Using Custom Tokens
We have learned the basics of SXA’s Rendering Variants feature, and have seen how useful the feature is in terms of changing the appearance of our Components. This is very helpful when we want to use the same rendering to display different fields and many other properties like CSS Classes, HTML wrapper element, Data attributes, […]
Sitecore Experience Accelerator (SXA) Rendering Variants: Wrap Link Field Around Another Field
As we covered in the first post on the basics of Rendering Variants in SXA, Rendering Variants are configurable adaptations of default renderings. With Sitecore Experience Accelerator (SXA), we can display many variations of a Component using Rendering Variants. In this blog post, we will look at the scenario where we want to wrap a […]
Sitecore Experience Accelerator (SXA) Rendering Variants: Basic Usage
Rendering Variants is one of the best features in Sitecore Experience Accelerator (SXA). The feature allows users to change the structure and appearance of how a Component will be rendered without needing any code changes. In this three-part series, we will look at a few different concepts of Rendering Variants. In this first post, we […]
Select Associated Content Dialog Not Showing After Component Added
Associated content is the datasource that we use for the components to use/display any kind of data that may come from items other than the current page item. This is one of the main features of Sitecore that provides data reusability and stores data in items other than a page item. We can either store […]
Sitecore Symposium 2019: Key Improvements Made to SXA
Senior Sitecore Product Manager Adam Najmanowicz and Senior Sitecore Tech Evangelist Mark van Aalst gave an update on three key improvements made to the upcoming release of SXA. In addition to full JSS integration and a demo of a new, out-of-the-box filtering search component, Adam described changes made to the platform around the front end […]
Handling Site Metadata with SXA Modules: Part 2
In Part 1 of this series, we extensively covered setting up a Helix-based project to support handling site metadata generation and caching. In Part 2, we are going to bring it to the finish line by adding templates, scaffolding actions, PowerShell scripts, and much more. Let’s get started! Prep Work Before we actually get to […]
Handling Site Metadata with SXA Modules: Part 1
If you’re using Sitecore 9.0+, chances are that you’ve heard of, or are currently utilizing, Sitecore Experience Accelerator to accessorize your instance. In my opinion, one of the better things to come out of SXA is the use of modules to add discrete amounts of functionality to a tenant or site by leveraging the scaffolding […]
Handling Site Metadata with SXA Modules: Part 2
Background In Part 1 of this series, we extensively covered setting up a Helix-based project to support handling site metadata generation and caching. In Part 2, we are going to bring it to the finish line by adding templates, scaffolding actions, PowerShell scripts, and much more. Let’s get started! Getting Started Before we actually get […]
Handling Site Metadata with SXA Modules: Part 1
Background If you’re using Sitecore 9.0+, chances are high that you’ve heard of or are currently utilizing Sitecore Experience Accelerator to accessorize your instance. In my opinion, one of the better things to come out of SXA is the use of modules to add discrete amounts of functionality to a tenant or site by leveraging […]
Sitecore SXA Grid Control for the Content Author
Sitecore Experience Accelerator (SXA) and the power of Grid Controls and Variants for the content author.