silverware / links
SilverWare Links Module.
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
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-25 14:56:20 UTC
README
Provides an links page for SilverWare apps, divided into a series of categories with links.
Contents
Requirements
Installation
Installation is via Composer:
$ composer require silverware/links
Usage
The module provides two pages ready for use within the CMS:
LinkPage
LinkCategory
Create a LinkPage
as the top-level of your links section. Under the LinkPage
you
may add LinkCategory
pages as children to divide the page into a series
of categories. Then, as children of LinkCategory
, add your Link
components for individual links.
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