error

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

Search results

  1. Twenty Years of Lullabot

    … issue queue. Matt Westgate had written the e-commerce module. Jeff Robbins reached out for help, found him there, … from the start, was a company that wrote things down—blog posts, documentation, training curricula, books. The … the recent admin menu project. We’ve contributed not just code, but also helped make Drupal beautiful with our design …

  2. Forming Forms: Designing Content Authoring Experiences

    … The Type Tray Module … important to have context here. We're recording this on Monday the 26th. This episode is is set to release on the … content. So, for instance, if you've got an author or a blog post and there's an author entity that you want to …

  3. 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 … system has to account for these variations. Any custom code has to account for these variations. Maintenance costs … vapor in the wind. For Drupal, the  Type Tray module will help you accomplish these goals. …

  4. Just Say Drupal‽

    … Ivan's Blog Post … you're doing best practices in how you're implementing the code, then the version of symphony that's powering Drupal … On the flip side, like, we've got the Announcements module now in core, which is like kind of trying to like …

  5. How Automation Transformed Government Site Maintenance

    … The process typically involves: Checking each module's issue queue for Drupal 10 compatibility using the  … keeping sites up to date. It automatically spots outdated code, opens issues, and even suggests fixes, making major … documented and tracked. tested with every core and module update. re-rolled when conflicts arise. …

  6. Drupal: An Overview

    … better than others. For example, if you want a simple blog or personal website, Drupal might be excessive, and you … by the Drupal community and maintain high-quality code If this objection refers to the editorial … are hard to maintain. Drupal core and contributed module updates are not kept current. This can introduce …

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

    … a website’s accessibility, often before a single line of code is written. The design phase is the perfect time to … developers build the systems that power the site. Their code often generates the markup users interact with, so … review common accessibility flags. It has a  Drupal module and a  WordPress plugin .  …

  8. Directing How Single Directory Components Directly Simplify Theming

    … an interview with the primary creator of the Drupal module that's now in core and experienced Lullabot front-end … The Legacy SDC Module page that still contains a ton of good information … to organize and refactor your templates and your front end code. So at the high level, I think about components as …

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

    … can now be listed as individual properties, meaning less code and an easier life. .optimus-prime:hover { … CodePen. You can learn more from the Chrome team's blog post , but this is a welcome change for anyone working … and layouts. CSS logical properties are a CSS module that can manipulate a page layout through logical …

  10. Microsites in Drupal

    … example.theme.negotiator: class: '\Drupal\example_module\Theme\ExampleThemeNegotiator' arguments: … This is the most flexible option but requires new custom code for every microsite. It makes sense if you have a … to the front end via preprocessing. $variables['is_blog'] = …