metamodels / attribute_rating
MetaModels attribute for rating items
Installs: 1 246
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 13
Forks: 5
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.1
- contao-community-alliance/dc-general: ^2.1.0
- contao/core-bundle: ^4.4.8
- metamodels/core: ^2.1
- symfony/dependency-injection: ^3.3 || ^4.0
- symfony/http-kernel: ^3.3 || ^4.0
Requires (Dev)
This package is auto-updated.
Last update: 2021-03-04 20:47:45 UTC
README
Rating
The rating attribute.
Provides Ajax-Rating of items within a MetaModel.
This attribute makes use of MooStarRating by @lorenzos.
Note: If you activate jQuery, Mootools should load before jquery and add the follow conflict snipptet after load jQuery
<script type="text/javascript">jQuery.noConflict();</script>