error

  • The page you requested does not exist. For your convenience, a search was performed using the query blog OR module OR monday OR filefield OR sources.

warning

  • Your search used too many AND/OR expressions. Only the first 7 terms were included in this search.
About searching

Search results

  1. Deploying to Private Servers via WireGuard from GitHub Actions

    … applications are configured. services: db: image: mariadb:11 restart: always environment: … networks: - myapp web: image: drupal:11-apache restart: always ports: … key from a file at interface startup rather than storing it inline in wg0.conf. This is a deliberate choice: the key …

  2. CSS Features We’re Thankful For and CSS Features We Need

    … (like a diagonal ribbon of text) or things like scaling an image on hover. Until recently, though, it could get a bit … had to be included in one line. .optimus-prime { inline-size: 250px; padding: 2em; border-size: 3px; … CodePen. You can learn more from the Chrome team's blog post , but this is a welcome change for anyone working …

  3. Designing Authoring Experiences That Editors Don't Hate

    … Some choices are easy, like between an event or a blog post . But some are not so obvious. For example, what … difference between news and press release in the image below?  … images. That's important information for authors to have. Thumbnails help them visualize how the finished product will …

  4. The New Olivero Theme – Awesome to the Core

    … Mike's Blog Post Recounting DrupalCon and the Olivero Work … padding-left, margin-top, we can use terms like padding-inline-start, so that's the start of the the writing … yep. Joe Shindelar from Drupalize.me he's famous in all the videos. Matt Kleve: Although I keep coming up with …

  5. Guardrails and Content Authoring Flexibility: Finding the Right Balance

    … Optimize for page performance. Consider using automated image optimization so that pages on your site are performant … that all media assets added to the site, like images or videos, meet rigorous content, style, copyright, and … The Dangers of Inline Editing Structured Content …

  6. How AI Tools Can Enhance Design Work

    … audiences, needs, and brand style is recommended. Image editing capabilities We’ve found AI has … Transcriptions We sometimes use short videos to show our progress and demonstrate designs in action. Recorded videos provide more flexibility for the client to leave …

  7. Keeping Your Content Types Clear and Organized

    … it's tempting to stick another date field on the  Blog  content type so editors can use it as an event … filled out? What happens when an editor wants to publish a blog without an event but fills in the extra date field?  … Take a simple  Promo Card example. It has an image, headline, description, and a link. The image can be …

  8. Adopting a Unified Web Platform Requires a New Platform Culture

    … use of features Press releases are published as blog posts, and events are published as press releases. Images and promos are crammed where they shouldn't be—or … full of training resources, including article tutorials and videos. They’ve also created a five-part course called …

  9. JavaScript and Events - The Fundamentals

    … of CSS Observers (like intersection observer and resize observer ) Fetch - an interface for fetching … Browser parses that HTML into the DOM. This is where inline JS runs. Browser performs prefetches. … the tree until it reaches the anchor element, its target. (Image courtesy of Birger Eriksson (WikiMedia)) …