Projects

Extra fields clutter the content editing form.

We can configure these, but often forget to when setting up content types.

How can the defaults be customized to disable Authored by/on, Promoted, Sticky, and URL alias?

Updated:

When creating a new content type, there are a few things to configure.

I often deselect promoted to front page, create new revision, display author and date, and available menu.

Updated:

The Node module has optional config that will set up the default frontpage view. This view gives you a default listing of content on the home page, which is user friendly for beginners, but often not the solution we want to go with.

Updated:

Create a content entity with properties to store HTML, CSS, and JS values.

Updated:

Mantra started as a black and white theme - let's add color for the background, text, and links.

First we need to know how to set variables and use them in css.

Updated:

Themes can include config for default block placement.

Will the starter kit include this in setup?

Updated:

I set up a new text filter to use CKEditor 5 called Content.

I added a few buttons for lists, tables, blockquotes. Also replaced the image button with media library, and added code block and source buttons.

Updated:
name: Mantra
description: Mantra theme.
type: theme
core_version_requirement: ">=8"
base theme: false

 

Updated:

When we load a Drupal page, we can see the css and javascript that got loaded in the browser dev tools, but we don't know which libraries brought them in.

Updated:

layout.css

Updated: