error

  • The page you requested does not exist. For your convenience, a search was performed using the query sites OR default OR files OR assets OR 2010 OR 01.
About searching

Search results

  1. Deploying to Private Servers via WireGuard from GitHub Actions

    … committed to git config/ # application config files data/ # persistent volume data An … and Apache proxies requests to that port through the Docker default bridge interface, whose IP address is typically … volumes: - ./data/drupal:/var/www/html/sites networks: - myapp depends_on: - …

  2. What It Means to Shift Left on Accessibility and How to Do It Right

    … labeled and well-spaced. Include all interactive states—default, hover, focus, active—and use more than just color … navigable by the keyboard and assistive tools. For Drupal sites, consider reusing Olivero's menu . … about accessible forms . SVGs: Ensure SVG files follow best practices in tag markup structure, …

  3. How to Calculate Git Repository Growth Over Time

    … how Yarn’s zero-install option stores the zip files of each dependency. Even if a dependency only changes … in CI. When projects need to store large binary assets like 3D models used in game and media production. … origin $REPO # Disable automatic garbage collection. By default, this process runs in the # background and can lead …

  4. Node.js Development with DDEV

    … DDEV is a Go application that stores its configuration in files on your workstation. It uses those blueprints to mount … a new DDEV project config in the current directory (~/Sites/my-project) Once completed, your configuration will be … . It should look similar to the default configuration generated as of ddev v1.22.7. …

  5. Ease of Updates, Compounded Peace of Mind

    … front-end developer who has been developing websites since 2010 and has been involved with Drupal since 2013. … an Acquia certified developer and has been building Drupal sites for over a decade. She writes and reviews code for Gov … the Crud operations on our entity forms. So like nodes, files, media, file uploads, documents. And the reason we've …

  6. Single Directory Components in Drupal Core

    … Drupal can be difficult and, at times, confusing. Template files, stylesheets, scripts, assets, and business logic are … Components that make use of attributes receive a default data attribute with the plugin ID. In this case … This means that they will be available for all Drupal sites running Drupal 10.1 as an experimental module. …

  7. Directing How Single Directory Components Directly Simplify Theming

    … for two years, been developing Drupal websites since 2010, started his career in mobile and web game development, but quickly transitioned into building complex Drupal sites for large organizations. In his spare time. 02:41 … correct me where I'm wrong here. But it has a few different files in there. So one is the tweak template file, which, …

  8. Updating go1.x Runtime in AWS Lambdas

    … at GitHub , but we'll review the main files. A Go lambda Below is a simple … (global), plugin 6.2.3, SDK 4.3.2 Credentials: Local, "default" profile Docs: docs.serverless.com Support: … https://github.com/juampynr/aws-runtime-go-update/pull/1/files . In the Go main file …

  9. Making Low-friction, Accessible Forms for MyMassGov

    … In practice, this means directing people to a lot of agency sites and online forms. The problem is that most of these … using a single username and password. Universal Profiles - Constituents can fill out information such as … toggled. Implemented designs for all field states. Default, highlight, hover, active, filled, disabled, …

  10. How to Avoid Reinventing the Menu on a Drupal Project

    … : With version 9.4, Drupal has a brand new default theme called Olivero. Being the default, we knew its … system for a government platform used on dozens of sites and by millions of users with different needs and … in our custom theme, we looked at the JS, CSS, and template files in Olivero with the goal of modifying them as little …