Seidor Recipe Core
Seidor's Recipe Core provides a robust foundation for building and managing high-performance Drupal websites. It includes essential modules for administration, security, media, SEO, and accessibility, while also configuring themes and security policies. This recipe can be customized to meet specific project requirements.
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.