error

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

Search results

  1. 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 …

  2. 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. ( …

  3. 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 …

  4. Microsites in Drupal

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

  5. Designing Authoring Experiences That Editors Don't Hate

    … CMS. Drupal developers might use words like "node" or "entity," but they don't necessarily make sense to authors. … Some choices are easy, like between an event or a blog post . But some are not so obvious. For example, what … Plain language guidelines Type Tray module Drupal ATAG compatibility …

  6. 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 …

  7. The Benefits of Structured Content

    … A separate date field on an article means that articles can be sorted by date . A separate author field … be hindered because the system cannot decide how to display blog posts based on the content's meaning. It can't know to … different headshot than the one attached to the author entity. But if consistency is a goal, structured content …

  8. The Art of Jira: Ticketing Best Practices and the Issue Schema

    … Epic name in brackets or with a colon separator. Blog post: Build content type Blog post: Style default display mode [Metatags] Set … (long text field with WYSIWYG, required) Author (entity reference to User, required) Publish Date …

  9. Drupal Modules We Sponsor

    … respond to submitted issues in a timely manner, ensure the module is ready for the next Drupal release, and more.  … Why we use Environment Indicator Typed Entity Typed Entity provides a simple way to treat entities like typed …

  10. 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?  … vapor in the wind. For Drupal, the  Type Tray module will help you accomplish these goals. …