seidor_recipe_core
No security coverage
Seidor’s Recipe Core streamlines content management, enhances the user experience, and adheres to the latest security standards. It makes building, managing, and maintaining high-performance Drupal websites easier. This recipe is the foundation of all our Drupal projects and can be easily customized to fit specific business needs.
composer config minimum-stability dev && composer require drupal/seidor_recipe_core
Main features:
- Installs essential modules for site administration, security, media management, SEO, and accessibility.
- Applies additional recipes for accessibility and SEO tools.
- Prompts the user to enter the site name during installation.
- Configures Config Ignore to exclude certain configuration entities from being exported or imported.
- Sets file handling and sanitization options for file uploads.
- Sets Gin as the admin theme and Olivero as the default front-end theme.
- Applies custom settings for the Gin admin theme, including layout and color presets.
- Sets the site name based on user input.
- Restricts user registration to administrators only.
- Defines a password policy named "Seidor Policy":
- Enforces minimum password length and character type requirements.
- Applies additional password rules such as username restrictions.
- Associates the policy with user accounts to enhance security.
- Sets password policy cron threshold.