error

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

Search results

  1. Drupal: An Overview

    … better than others. For example, if you want a simple blog or personal website, Drupal might be excessive, and you … the grain of how Drupal is supposed to work when creating custom modules. Or, they have treated Drupal like it’s … are hard to maintain. Drupal core and contributed module updates are not kept current. This can introduce …

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

  3. Drupal 11: What’s New and What’s Next

    … The new navigation is now an experimental module in Drupal core. It represents the … Access Policy API takes Drupal beyond just roles and permissions to manage what users can do. If a user had a … on the content, or any other environment variable. Custom access policies require custom code, but that code …

  4. Understanding What Drupal Editors and Authors Need

    … . Recent progress includes getting the navigation module into core as a new experimental module and the … people with primarily content creation/management focused permissions. Access to items that for these users are … on the site modified in any way with contributed modules or custom code? If yes, please describe how or in what ways the …

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

  6. Microsites in Drupal

    … type itself. For example, this service declaration of a custom ThemeNegotiator passes in an entityTypeManager … example.theme.negotiator: class: '\Drupal\example_module\Theme\ExampleThemeNegotiator' arguments: … to the front end via preprocessing. $variables['is_blog'] = …

  7. Just Say Drupal‽

    … Ivan's Blog Post … sites, is where we got some customers with the amount of custom code that they have built is so massive it dwarfs … On the flip side, like, we've got the Announcements module now in core, which is like kind of trying to like …

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

  9. Artificial Intelligence Will Supercharge Your CMS (Not Replace It)

    … AI operates without organizational context. AI can generate blog posts and answer basic questions, but it has no way to …  The Drupal AI Initiative launched with over 290 AI modules supporting 21 major providers , not because … workflows, content relationships and dependencies, user permissions, compliance tracking, and brand consistency: …

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

    … If you're using Drupal, the  dataLayer module exposes several attributes of the page by … WordPress also has several plugins you can try .) The module also makes it easier to add additional via field values or in a custom module with hook_datalayer_alter(). In fact, …