Download the PHP package manuxi/sulu-abbreviations-bundle without Composer
On this page you can find all versions of the php package manuxi/sulu-abbreviations-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download manuxi/sulu-abbreviations-bundle
More information about manuxi/sulu-abbreviations-bundle
Files in manuxi/sulu-abbreviations-bundle
Package sulu-abbreviations-bundle
Short Description Say hello to Sulu abbreviations!
License MIT
Homepage https://github.com/manuxi/SuluAbbreviationsBundle
Informations about the package sulu-abbreviations-bundle
SuluAbbreviationsBundle!
I made this bundle to have the possibility to manage abbreviations in my projects.
This bundle contains
- Several filters for Abbreviations Content Type
- Link Provider
- Sitemap Provider
- Handler for Trash Items
- Handler for Automation
- Possibility to assign a contact as author
- Twig Extension for resolving Abbreviations / get a list of Abbreviations
- Events for displaying Activities
- Search indexes
- refresh whenever entity is changed
- distinct between normal and draft and more...
The abbreviations are translatable.
Please feel comfortable submitting feature requests. This bundle is still in development. Use at own risk ๐ค๐ป
๐ฉ๐ปโ๐ญ Installation
Install the package with:
If you're not using Symfony Flex, you'll also
need to add the bundle in your config/bundles.php file:
Please add the following to your routes_admin.yaml:
Don't forget fo add the index to your sulu_search.yaml:
add "abbreviations_published"!
"abbreviations_published" is the index of published, "abbreviations" the index of unpublished elements. Both indexes are searchable in admin.
Last but not least the schema of the database needs to be updated.
Some tables will be created (prefixed with app_):
abbreviations, abbreviations_translation.
See the needed queries with
Update the schema by executing
Make sure you only process the bundles schema updates!
๐ฃ Usage
First: Grant permissions for abbreviations. After reload you should see the abbreviations item in the navigation. Start to create abbreviations. Use smart_content property type to show a list of abbreviations, e.g.:
Example of the corresponding twig template for the abbreviations list:
๐งถ Configuration
This bundle contains settings for controlling the following tasks:
- Settings for single view - Toggle for header, default hero snippet and breadcrumbs
- Intermediate pages for breadcrumbs: this can be used to configure the intermediate pages for the breadcrumbs
๐ฉโ๐ณ Contributing
For the sake of simplicity this extension was kept small. Please feel comfortable submitting issues or pull requests. As always I'd be glad to get your feedback to improve the extension :).
All versions of sulu-abbreviations-bundle with dependencies
doctrine/doctrine-bundle Version ^2.13
manuxi/sulu-shared-tools-bundle Version ^0.4
massive/search-bundle Version ^2.9
phpcr/phpcr-migrations-bundle Version ^1.6
sulu/automation-bundle Version ^2.1
sulu/sulu Version ^2.5
symfony/config Version ^6.2 | ^7.0
symfony/dependency-injection Version ^6.2 | ^7.0
symfony/framework-bundle Version ^6.2 | ^7.0
symfony/http-foundation Version ^6.2 | ^7.0
symfony/http-kernel Version ^6.2 | ^7.0
symfony/intl Version ^6.2 | ^7.0
symfony/translation Version ^6.2 | ^7.0
symfony/security-core Version ^6.2 | ^7.0