silverware / publications
SilverWare Publications Module.
Installs: 54
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: >=5.6.0
- silverware/silverware: ^1.5
This package is not auto-updated.
Last update: 2024-10-27 06:02:40 UTC
README
Provides a publications page for SilverWare apps, divided into a series of categories and publications.
Contents
Requirements
Installation
Installation is via Composer:
$ composer require silverware/publications
Usage
The module provides three pages ready for use within the CMS:
PublicationArchive
PublicationCategory
Publication
Create a PublicationArchive
as the top-level of your publications section. Under the PublicationArchive
you
may add PublicationCategory
pages as children to divide the page into a series
of categories. Then, as children of PublicationCategory
, add your Publication
pages for individual
publications.
Once you've added a Publication
, you may add a series of downloadable files for the publication via the "Files" tab.
Issues
Please use the GitHub issue tracker for bug reports and feature requests.
Contribution
Your contributions are gladly welcomed to help make this project better. Please see contributing for more information.
Maintainers
License
BSD-3-Clause © Praxis Interactive