agencecaza / silverstripe-popup
Enable a popup modal with custom settings
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- silverstripe/cms: ^4.4
- silverstripe/framework: ^4.4
This package is not auto-updated.
Last update: 2025-03-27 14:13:13 UTC
README
Enable a popup modal with custom settings directly from the LeftAndMain menu.
Installation
composer require agencecaza/silverstripe-popup
Works only with Silverstripe 4.4.x .
Usage
Add <% include Popup %>
in the body
of your site.
Customisation
Put the template in your app project app/templates/Includes/Popup.ss
.
Enable locales config with Fluent extension
Add the following code in your app.yml
to enable.
AgenceCaza\Popup\PopupConfig: extensions: - TractorCow\Fluent\Extension\FluentVersionedExtension translate: - Content - ButtonText
ToDos
- Release a stable module