Drupal Admin UX Study: What We Can Learn from Contentful, Craft CMS, Squarespace, and WordPress

There is exciting work being done in the Drupal community to improve the Admin UI, including the JavaScript Modernization Initiative and an overhaul of the look and feel of the Seven theme. Meanwhile, I've been working with a group in the Drupal community to research what user experience improvements we should be making for content editors.

Lire la suite about Drupal Admin UX Study: What We Can Learn from Contentful, Craft CMS, Squarespace, and WordPress

How to Create a Custom Views Argument Plugin in Drupal

When you're building a site, it's standard to set up "pretty URLs". For example, we'd rather see /catalog/accessories than /taxonomy/term/18 and we'd rather see /about-us than /node/19. With Drupal, we use the Pathauto module to configure these types of standard content paths. But in some cases, there's no option to create a nice URL pattern, so we end up seeing those URLs.

Lire la suite about How to Create a Custom Views Argument Plugin in Drupal