Base page types and extensions for SilverStripe websites
- PHP: ^8.3
- axllent/silverstripe-email-obfuscator: ^2
- axllent/silverstripe-scaled-uploads: ^2.1
- dnadesign/silverstripe-elemental: ^6
- dynamic/silverstripe-site-tools: ^6
- jonom/silverstripe-betternavigator: ^7
- jonom/silverstripe-text-target-length: ^2
- silverstripe/linkfield: ^5.0
- silverstripe/recipe-cms: ^6
- silverstripe/sharedraftcontent: ^4
- tractorcow/silverstripe-robots: ^5
- wilr/silverstripe-googlesitemaps: ^4
composer require dynamic/silverstripe-base-site
- Multiple Page Types: HomePage, BlockPage, CampaignLandingPage, SearchPage
- Header Image Support: Add hero images to pages
- Elemental Integration: Full page builder support with drag-and-drop elements
- Shared Drafts: Collaborate with shared draft content management
- SEO Tools: Google Sitemaps, robots.txt configuration, and a
SearchContentfulltext index with configurable meta title/description length targets - Site Branding & Navigation:
SiteConfig-level logo (with retina variant) or title/slogan toggle, footer navigation columns and link groups, social links, and utility links - CMS Field Organization: Reorders CMS fields for a more logical editing experience
- Better Navigation: Enhanced CMS navigation via jonom/betternavigator
- Email Obfuscation: Protected email links from spam bots
- Image Optimization: Automatic scaled uploads for performance
Dynamic\Base\Model\SocialLink.social_channels/.social_icons/.default_icon— the supported social platforms and their Bootstrap Icons mapping (see_config/social-channels.yml)Axllent\ScaledUploads\ScaledUploads.max_width/.max_height— maximum dimensions for uploaded images (see_config/scaled-uploads.yml)
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.
If the issue does look like a new bug:
- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.
Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.
See License