I’m using my Acquia Cloud IDE instance, but you should be able to follow these steps on your local Drupal…
If you are looking for a way to limit which text formats are available for each WYSIWYG text input on…
Open your Cloud IDEClick the “Reset Workspace” button or execute: /ide/reset-workspace.py Clone your Cloud Platform repo inside the project folder:To…
PHP 7.4 is coming to an end of life! So I need to upgrade to PHP 8.0 ASAP! From Acquia’s…
In collaboration with Acquia, the Lando team has built an open source Acquia plugin for Lando. The plugin: Mimics Cloud…
Acquia Cloud Platform offers the most scalable and secure digital experience platform for building, launching, and managing Drupal applications. Create…
Goal: Increase the image storage size for the “Single Page – Page Header Row” from 256kb to 512kb. Admin URL:…
After login as an administrator to the required site, go to the following URL address: cms.staging.uccs.edu/nameofthesite/admin/structure/paragraphs_type/single_page_custom/fields uccs.edu/nameofthesite/admin/structure/paragraphs_type/single_page_custom/fields Then make sure…
Example of how to read values from an external XML using PHP json_encode and JavaScript. Read in the values from…
Example: CodePen Code: <div class=”myClass”></div> <script> document.addEventListener(‘DOMContentLoaded’, function() { document.getElementsByClassName(“myClass”)[0].innerHTML = “<img alt=’my image’ src=’http://astralmemories.com/img/astral-memories-logo.png’>”; }, false); </script>