Articles
Drupal has several ways to handle images and media.
Core Timestamp (core) The widget saves the current timestamp when empty. Datetime (datetime) Date type: Date + time, Date only
Store dates, with or without time, and date ranges.
Drupal Commerce has a field widget, Commerce Entity Select that does some interesting things with the field and form API. Source
Run multiple sites in DDEV with a shared Drupal codebase and contrib modules. Why? With a multisite, the sites all share the
Modals, dialogs, popups, etc... These are the widget that displays an overlaid window with content in it like more info, a form
Modules
Drupal native page/display builder.
Workflow system similar to State Machine, provides transition buttons. Add to entities via a field. Define workflows and
Create custom content workflows that allow you to designate steps that happen before and after content is published. For example
Core workflow states and transitions.
Simplified version of core Content Moderation, but the workflow doesn't handle published status/revisions. Uses core Workflows
Use Claro's styles for media library instead of your own. This means you don't have to spend time styling the media library (if
Resources
Webwash demonstrates using Display Builder with UI Suite DaisyUI theme.
Guide to building content moderation/workflows.
DateTimeInterface has constants for common date formats.
Smart Date updates.
Documentation for the content moderation module.
Guide for debugging a solr search.
Projects
Create a calendar with Drupal modules. https://contrib.drupalarchitect.info/project/calendar...
Inspiration screenshots for use in design process.
A place to learn Drupal development.
HTML/CSS/JS code sample. Module under development at theme.mantra.network.
A simple theme.
Create a platform for managing invoices and payments for a freelance development business. Migrating...