syntro / silverstripe-elemental-elementals
Installs: 242
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-29 06:13:18 UTC
README
Introduction
Provides a sensible default setup and more for Silverstripe projects built with elemental and bootstrap.
Installation
To install this module, run the following command:
composer require syntro/silverstripe-elemental-elementals
Docs
Title Customization
This module adds title configuration settings to elemental objects. These allow the configuration of
- title tag
- title alignment
- title extra classes
These can be accessed in templates using $TitleTag
, $TitleAlignment
and
$TitleExtraClasses
. $TitleAlignment
follows the bootstrap conventions and
renders as start
, center
, end
.
If you want to quickly drop in support, you can use our
preset to render the title as follows:
<% if $ShowTitle %>
<% include ElementTitle %>
<% end_if %>
If you want to disable title editing for a specific element, set the following config:
YourElement: allow_title_customization: false
Editor and Content
See 📚 Editor configuration.
Spacing Between Elements
See 📚 Spacing.
Contributing
See CONTRIBUTION.md for mor info.