Branch Templates have been around in Sitecore for several versions (officially called Branch Templates since Sitecore 6, I believe). And even looking at Sitecore Branch Template documentation, you will notice that it is specifically set under the Developer section. However, in my experience and once development creates the page template, a content author is completely […]
Content Authoring
AEM Content Services: Using Sling and Node APIs to Provide Asset collections – Part 2
In part 1 of this series, I discussed a method for getting AEM Asset Collection items into the JSON representation of a page. This uses the Sling model + HTL component pattern to obtain the collection items and display their values in the JSON, based on asset type. Specifically, the Sling model enables the JSON […]
Tips to Map Healthcare Audiences: Scenarios and Journeys
In this blog series, we explore experience design for the patient and member journey. Strategy to Improve Digital Experiences in Healthcare Dissect the Experience From the Patient or Member Perspective In a previous blog, we explored how to better understand the people you serve. Once you have identified your subjects, you can role-play in context-specific […]
Beyond Embed Component: Integrate Web Code Editor
After the introduction of AEM Core Components, custom component development has been drastically changed. In some use cases, there is zero customization and core components can be directly used for authoring. Even in those situations, the custom component is needed. It can be quickly built by extending the existing core components. Thus, the development cost […]
AEM Content Services: Using Sling and Node APIs to Provide Asset collections – Part 1
AEM is a proven framework for application delivery. Intuitive authoring features and HTL (formerly Sightly) driven content views make it easy to put together pages served from an AEM environment. The standard component strategy is great, but AEM offers more flexibility in how you use authored content. AEM Content Services allows authored content to be […]
How To Create Useful Training And Reference Materials For New Hires
In this blog post, I’m going to walk you through the mindset and method of creating beneficial training and reference materials for new resources…even if you’re new, too! There have been multiple instances in my career where I’ve been tasked with creating training, reference, and promotional materials for others. Depending on the situation, the audience […]
Understanding AEM Resources In 10 Minutes
One of the strong features of Adobe Experience Manager (AEM) is creating UI content using the content authoring capability with Core Components. As contents are created, they are stored in a Jackrabbit Oak repository as resources, which is then fetched and rendered as HTML content. When out-of-the-box content authoring components do not suit the needs […]
VIDEO: Sitecore Content Hub CMP Walkthrough
Sitecore Content Hub includes the flexibility of several modules. Key among them are the DAM (or Digital Asset Management) module which I covered in a recent post and CMP (or Content Marketing Platform). These two modules are the pair that I consider table stakes when it comes to setting up Content Hub and I if […]
How to Create a Custom Dropdown Field in Sitecore
Sometimes the out of the box dropdown field types in Sitecore do not provide the functionality you need. Maybe you want to pull options from an external data source. Perhaps you want to alter how options appear to the Content Author but store a different value as the raw value. You may even want to […]
3 Easy-To-Fix Reasons Why Your Sitecore Content Is Not Showing Up
You’ve worked hard on curating content for your Sitecore site. You’ve spent hours collecting the necessary information from various departments to create this new page. After all this work, it can be frustrating to not see it appear on the live site. Where did your work go? Why isn’t it showing up? This blog post […]
A Short, Semi-Accurate History of Web Content Management
Progress, far from consisting in change, depends on retentiveness. When change is absolute there remains no being to improve and no direction is set for possible improvement: and when experience is not retained […] infancy is perpetual. Those who cannot remember the past are condemned to repeat it. George Santayana To understand where we are […]
AEM Customization: Show Unpublished Reference Alert for Tagpicker
Recently, I published a blog post regarding AEM Customization: Show Unpublished Reference Alert for Content Path where I showed how to customize the Pathfield and Xffield resourceType. In doing this, I was able to showcase how to create a notification for the content author as to whether the selected content path is published or not. […]