Download the PHP package dorsetdigital/silverstripe-element-markup without Composer
On this page you can find all versions of the php package dorsetdigital/silverstripe-element-markup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dorsetdigital/silverstripe-element-markup
More information about dorsetdigital/silverstripe-element-markup
Files in dorsetdigital/silverstripe-element-markup
Package silverstripe-element-markup
Short Description Allows the addition of arbitrary markup in an Elemental block
License BSD-3-Clause
Homepage https://github.com/DorsetDigital/silverstripe-element-markup
Informations about the package silverstripe-element-markup
silverstripe-element-markup
Allows the creation of an arbitrary markup block in SilverStripe Elemental
Requirements
- Silverstripe 4.x
- Silverstripe Elemental
Installation
- Install the code with
composer require dorsetdigital/silverstripe-element-markup
- Run a
dev/build?flush
to update your project
Usage
Once installed, 'Markup' will be selectable an Elemental block.
The module is designed to allow you to add any arbitrary markup to a page, avoiding the normal tag restrictions imposed by the HTMLText Editor.
WARNING
This module does not perform any markup validation or testing. It will add the markup to the page as-entered.
If you enter broken markup, or markup which contains bad code, your page might break!
With great power comes great responsibility
All versions of silverstripe-element-markup with dependencies
silverstripe/cms Version ^4.0
dnadesign/silverstripe-elemental Version ^3.0 || ^4.0