11.0.x

Overview: Theming Views

Last updated

Like most output in Drupal, Views relies on Twig templates for a significant amount of its rendering. In this tutorial we'll identify where you can find the default Views templates within your file system, what the common templates are for, and how to name your templates so that they are applied to specific views.

By the end of this tutorial, you should be able to:

Override a View's Wrapper Template

Last updated

Expose Sort Criteria to Users in Views

Last updated

Overview of Workflows and Content Moderation

Last updated

The Workflows and Content Moderation modules allow an editorial team to put any type of content administered in Drupal through a customized editorial workflow and moderation process. Workflow states, such as draft, ready for review, or approved are defined using the Workflows module. The ability to attach moderation states to entity bundles -- a common example being content types -- is configurable by the Content Moderation module.

Both modules have stable releases and are perfectly safe to use in production.

In this tutorial we'll:

What Are Revisions?

Last updated

Drupal has had revisions for a long, long time. However, they have often been under-utilized. Understanding how revisions work and how the Content Moderation module works with them is important to for being able to take full advantage of the systems features.

In this tutorial we'll:

  • Explain what the different types of revisions are
  • Understand when, and how, revisions are created

By the end of this tutorial you should have an understanding of what each type of revision is, how they're created, and how to work with them.

Plan an Editorial Workflow

Last updated

Create a Custom Workflow

Last updated

Apply an Editorial Workflow to a Content Type

Last updated

Manage Moderated Content

Last updated

Moderated Content and Views

Last updated