Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add some common modules to the README #103

Merged
merged 2 commits into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,49 @@ See the [Running the site](#running-the-site) section below.

Here's a list of commonly used modules among the UN-OCHA websites.

### Components

Used with the Common Design theme.

- https://www.drupal.org/project/components

### Social auth humanitarian id

For logging in through HID

- https://www.drupal.org/project/social_auth_hid

### Admin Denied

Prevent login as user 1

- https://www.drupal.org/project/admin_denied

### Imagemagick

Faster and more memory efficient image handling

- https://www.drupal.org/project/imagemagick

### Pathauto

For better urls

- https://www.drupal.org/project/pathauto

### GTM Barebones

- https://github.com/UN-OCHA/gtm_barebones

### User expire

Automatically “block” inactive users
- https://www.drupal.org/project/user_expire

### Username Enumeration Prevention

- https://www.drupal.org/project/username_enumeration_prevention

### Paragraphs

Many UN-OCHA websites use the `paragraphs` module and related ones to structure the content of the site.
Expand All @@ -98,6 +141,15 @@ Many UN-OCHA websites use the `paragraphs` module and related ones to structure

*This is enabled by default as of 2023-01-19.*

Layout Paragraphs provide better editor UX for Paragraphs.

Use these Form Display settings for each Paragraphs field you add to the site:

- Preview view mode: Preview
- Maximum nesting depth: 0
- Require paragraphs to be added inside a layout: FALSE (unchecked)
- Placeholder message when field is empty: [blank string]

### XML Sitemap

To help search engines index your website, the `xmlsitemap` can help generate and submit a site map of your content.
Expand Down