pfaffenbauer / bootstrap
Adds Bootstrap JS and CSS Files and some Area-Bricks
Installs: 112
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 4
Type:pimcore-plugin
Requires
This package is not auto-updated.
Last update: 2022-02-01 12:40:23 UTC
README
This plugin is not maintaned for a long time. If you still see it usefull and have any fixes, feel free to submit a pull request!
Pimcore Bootstrap
Provides Bootstrap-specific areas for your themes.
What's inside
- Accordion
- Alert
- Button
- Carousel
- Columns (grid)
- Gallery
- Image
- Image with caption
- Panel
- Snippet
- WYSIWYG Editor (with bootstrap styles configuration)
Installation
Using Composer:
composer require pimcore-extensions/bootstrap
Enable plugin in the admin.
Add areablock editable in your view script:
<?= $this->areablock('content') ?>
Release History
- 2015-10-15 0.3.0 Installation/setup simplified.
- 2015-08-29 0.2.0 Button area added. PHP 5.4 and pimcore 3.x compatibility.
- 2015-02-02 0.1.0 Force edit in view for bricks with edit.php.
- 2015-01-29 0.0.3 Grid area added.
- 2014-10-15 0.0.2 Plugin published to composer registry.
- 2015-10-15 0.0.1 Initial version of plugin.