error

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

Search results

  1. Sending an Article's Publish Date to Google Analytics

    … receives lots of search traffic. Some of our top-performing articles are six years old. This is great. It validates our … If you're using Drupal, the  dataLayer module exposes several attributes of the page by default, like the language, entity type and bundle, and attached taxonomy terms. ( …

  2. 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 … better place for it to be. And it will prevent issues like cache metadata leaving, being left out and that kind of …

  3. Microsites in Drupal

    … example.theme.negotiator: class: '\Drupal\example_module\Theme\ExampleThemeNegotiator' arguments: ['@theme_handler', '@entity_type.manager'] tags: - { name: … ->sort('created', 'DESC'); $build['feed'] = [ '#cache' => [ 'tags' => 'node_list', ], ]; if …

  4. The Dangers of Inline Editing Structured Content

    … complex content requirements, there are almost always a few entity reference fields that carry a lot on their shoulders. An article might reference other related articles. An album might reference an "artist" content type. … structured content is the Paragraphs contributed module. The Paragraphs module lets you pre-define your …

  5. Making the Most of Display Modes In Drupal

    … /admin/structure/display-modes Every entity type on the site (content nodes, user accounts, … in your theme, rebuild the theme registry by clearing the cache, and Drupal will pull from this template whenever it … purpose, named appropriately. The View Mode Page module for Drupal gives some extra flexibility by adding …

  6. Common max-age Pitfalls When Working with Drupal's Page Cache

    Common max-age Pitfalls When Working with Drupal's Page Cache … * context = { * "node" = @ContextDefinition("entity:node", required = TRUE, label = … large site-wide max-age because we are using the purge module to invalidate page cache, and this is the   …

  7. Ease of Updates, Compounded Peace of Mind

    … coding standards. And we wound up doing a majority of the module updates in, in groups like here's all the editorial … we did similar practices with 9 to 10 where we, we did a module inventory and we collected them into groups of like … testing we want to do is doing the Crud operations on our entity forms. So like nodes, files, media, file uploads, …

  8. Navigating the Waters of Drupal Development with Tugboat

    … would go in there, poke around a thing, say, I think this module does what I need it to do, and it would actually … a working Drupal site, just vanilla Drupal but with that module enabled. So you could check out the interface, see … another one, it's in theory is going to be some kind of an entity where you can have access. So you could, for example, …

  9. Drupal's Bundle Classes Empower Better Code

    … that encapsulate business logic around entities. Entity bundles are essentially business objects, and now … classes, the logic could be in your theme, in a custom module .module , abstracted in a service, or anywhere! … or bestsellers, just like we had specific logic for articles before, but we only had the Node class. How …