markocupic / sac-event-blog-bundle
Manage event blogs in the Contao backend and display them in the frontend of your website.
Installs: 166
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.3
- chillerlan/php-qrcode: ^5.0
- codefog/contao-haste: ^5.0
- contao/core-bundle: ^5.3
- markocupic/contao-component-vue-js: ^3.3
- markocupic/contao-filepond-uploader: dev-main
- markocupic/contao-twig-assets: ^1.0
- markocupic/phpoffice-bundle: ^1.3
- markocupic/sac-event-tool-bundle: dev-contao5
- markocupic/zip-bundle: ^1.1
- terminal42/notification_center: ^2.0
Requires (Dev)
- contao/easy-coding-standard: ^6.0
- contao/manager-plugin: ^2.4
- contao/test-case: ^5.3
- phpunit/phpunit: ^9.3
- dev-contao5
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.17
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.0
- 1.2.43
- 1.2.42
- 1.2.41
- 1.2.40
- 1.2.39
- 1.2.38
- 1.2.37
- 1.2.36
- 1.2.35
- 1.2.34
- 1.2.33
- 1.2.32
- 1.2.31
- 1.2.30
- 1.2.29
- 1.2.28
- 1.2.27
- 1.2.26
- 1.2.25
- 1.2.24
- 1.2.23
- 1.2.22
- 1.2.21
- 1.2.20
- 1.2.19
- 1.2.18
- 1.2.17
- 1.2.16
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-filepond-uploader
- dev-contao4
This package is auto-updated.
Last update: 2024-11-17 21:22:39 UTC
README
SAC Event Blog Bundle/Tourenberichte-Tool
Dieses Bundle für das Contao CMS ist eine Erweiterung zum SAC Event Tool und enthält die Back- und Frontend-Erweiterungen, um SAC Tourenberichte auf der Sektionswebseite zu administrieren und zu veröffentlichen. Neben Bild und Text kann auch ein Youtube Film angezeigt werden. Demo
Mit dieser Erweiterung können folgende Contao Frontend Module erstellt werden:
Mit dieser Erweiterung kann folgendes Backend Modul erstellt werden:
Abhängigkeiten
Dieses Bundle setzt als Abhängigkeit das SAC Event Tool voraus.
Installation
Mit Contao Manager oder mit Composer: composer require markocupic/sac-event-blog-bundle
Konfiguration
# config/config.yml # see src/DependencyInjection/Configuration.php for more options sac_event_blog: # blog images will be saved here asset_dir: 'files/sektion/events/tourenberichte' # path to the docx template docx_export_template: 'vendor/markocupic/sac-event-blog-bundle/src/Resources/contao/templates/docx/event_blog.docx'