Discover the world of Drupal, a flexible and powerful content management system (CMS) that empowers you to create stunning websites and web applications. This comprehensive guide will introduce you to the core concepts of Drupal, from its modular architecture to its robust security features. Learn how to build dynamic, scalable, and SEO-friendly websites without writing […]
Posts Tagged ‘CMS’
How to Get Ready for the Drupal 11 Upgrade – Part 2
In Part 1 of this series, we explored the exact procedures needed in upgrading from Drupal 10 to 11, as well as the crucial platform specs. If you haven’t already read it, I recommend starting with Part 1 to get a handle on the Drupal 11 upgrade. In this second part, we’ll look at the […]
How to Get Ready for the Drupal 11 Upgrade – Part 1
Upgrades to Drupal versions have been significantly more efficient since Drupal 8 (symfony framework), meaning that site rebuilds are mostly not required. List of Modifications to Platform Specifications: Symfony: Ensure that you have symfony 7 PHP: PHP 8.3 installed with the zlib extension enabled is required for PHP Drupal 11. This extension will often be […]
How to Use Fonts in Optimizely CMS Spire
Unlock Your Website’s Potential with Custom Fonts In this blog, we’ll explore the importance of typography in enhancing your site’s visual appeal and user experience. You’ll discover step-by-step instructions for integrating custom fonts into your Optimizely CMS Spire. Whether you’re a beginner or an experienced developer, this guide will provide valuable insights to elevate your […]
Drupal 11 Is A Game-Changer
One of the most widely used website development platforms in the world is the open source Drupal content management system (CMS). Drupal allows for easy creation and maintenance of any website, thanks to its numerous features, capabilities, and advantages. Drupal appeals to a wide range of stakeholders as it also makes it simple to distribute […]
How to Customize Zoom Level in Optimizely CMS Spire
In some situations, we need to set a maximum zoom scale or disable zoom completely on our website. This blog explains how to achieve that behavior in Optimizely Spire. In Optimizely, the meta viewport tag rendered on the page comes from the src\FrontEnd\modules\server-framework\src\PageRenderer.tsx file. However, since this file is part of the server framework, we […]
Bug Fixing: Lazy loaded property value is not supported by the current property instance
While upgrading from CMS v11 to v12, we ran into an error that read “Lazy loaded property value is not supported by the current property instance”. Unfortunately, the stack trace didn’t really say what the problem was. Here is that stack trace: System.InvalidOperationException: Lazy loaded property value is not supported by the current property instance […]
A Comprehensive Guide for Package Creation and Upload in AEM
The package allows the import and export of repository contents. You can use packages to install new content, install new features, change event content, and restore saved content for development. A package is a zip file that saves data stored in a serialized file system (called vault serialization) and provides an easy-to-use and maintainable representation […]
Updating the SPA Editor to Support Vue 3
I enjoy building websites using the Adobe Experience Manager (AEM) content management system. I also enjoy using JavaScript frameworks like Vue, React, and Angular to create rich web applications. Occasionally I get to do both. AEM provides a SPA Editor to facilitate building components for single-page applications. The SPA Editor enables front-end developers to produce […]
Decoding DI in Optimizely CMS 12
DI or Dependency Injection is a complex topic, not just in Optimizely CMS, but in general in .net core implementations. Some aspects we get, like the different ways dependencies can be injected and which is better over others, while some leave us scratching our heads. Often times we end up doing a lot of troubleshooting, […]
Optimizely CMS – Custom form element with dependencies
Optimizely CMS comes with a package called Episerver.Forms that enables you to incorporate easy to build forms within a CMS website. There is a built in form container that supports standard built in form elements like input fields, checkboxes, radio buttons, select lists, buttons etc. And just like any other feature, Episerver Forms also come […]
Optimizely CMS – Working with special symbols in TinyMCE
If you’ve worked with Optimizely CMS, you might be pretty familiar with TinyMCE. Its the amazing rich text editor that works seamlessly with Optimizely CMS. And some of you may have worked with some or other form of customization with it in projects, be it adding additional styles, work with different plugins, format the toolbar […]