Provides a number of additions to Silverstripe to make it more accessible.
- Adds Caption and AltText fields to Images
- Renders in WYSIWYGs and Templates
- Adds visual icons to WYSIWYG hyperlinks
- Adds visual icons and descriptive text to the Links provided by:
- sheadawson/silverstripe-linkable
- gorricoe/silverstripe-link (recommended)
composer require iliain/silverstripe-accessible
- PHP 7.4+ or 8.0+
- Silverstripe 4+ or 5+
Below is the default config, you can overwrite any of these settings in your own config.yml
Iliain\Accessible\ShortcodeProviders\AccImageShortcodeProvider:
custom_template: 'Iliain\\Accessible\\Shortcodes\\Image' # (String|null) Custom template
Iliain\Accessible\ShortcodeProviders\AccLinkShortcodeProvider:
custom_template: 'Iliain\\Accessible\\Shortcodes\\Link' # (String|null) Custom template
- Add options to display File sizes in both templates and WYSIWYGs
- Add descriptive text to WYSIWYG hyperlinks