error

  • The page you requested does not exist. For your convenience, a search was performed using the query articles OR module OR monday OR node OR announce.
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 … if ($route_name !== 'entity.node.canonical') { return; } $node = …

  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 … author, the person that you have to add who's a separate node type or content type or whatever isn't in the system …

  3. 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 … is a Lead Engineer with extensive experience in API design, Node.js development and contribution, and distributed …

  4. Drupal Modules We Sponsor

    … respond to submitted issues in a timely manner, ensure the module is ready for the next Drupal release, and more.  … Type Tray Type Tray replaces the default “node add” page with a page that can be displayed in a list …

  5. The Dangers of Inline Editing Structured Content

    … 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 … and most common content modeling scenarios: a page (node) with an entity_reference field to another node. …

  6. Just Say Drupal‽

    … Matt Kleve:  We'll link to some of that on our podcast node on the Lullabot website. If people want to take a look … Andrew Berry:  On the flip side, like, we've got the Announcements module now in core, which is like kind of trying to like …

  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 … construction kit. It was the early like put fields on a node thing. So if you want an image on a node, you put in an …

  8. Inside Lullabot's Support & Maintenance Department

    … that allows it to screenshot and do visual diffs on node add, node edit, and editing pages, stuff like that. … would be spent writing a Composer update for a specific module, going in, testing that change and things like that. … by Mr. David Burns. David Burns I have Lullabot.com articles? I need to start writing some more of those. But …

  9. Back to the Stage with Drupal GovCon

    … It’s back and more exciting than ever! We are thrilled to announce the highly anticipated return of Drupal GovCon, the … image field and image API. And I think there was a third module at the time that sort of preceded what we now had … I guess so. Right? Yeah. Anyway, I noted down those those module names and went home and researched them and never …

  10. Drupal's Bundle Classes Empower Better Code

    … is a Lead Engineer with extensive experience in API design, Node.js development and contribution, and distributed … 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 …