silbinarywolf / silverstripe-union-list
Provides a SS_List type that allows combining various list types (DataList, ArrayList, etc).
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Type:silverstripe-module
This package is not auto-updated.
Last update: 2022-02-01 13:11:21 UTC
README
WARNING: This module still needs additional work. Tests need to be fixed/modified and might contain breaking changes in the future.
Provides a SS_List type that allows combining various list types (DataList, ArrayList, etc). The use case for this is to have for example, 3 promoted items ordered by a CMS user (ArrayList) and the rest be events ordered by time.
Composer Install
composer require symbiote/silverstripe-union-list:~1.0
Requirements
- SilverStripe 3.2+
Documentation
Credits
- Daniel Hensby and the Silverstripe NZ Team for their assistance.