silverware / portfolio
SilverWare Portfolio Module.
Installs: 49
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: >=5.6.0
- silverware/carousel: ^1.2
- silverware/masonry: ^1.2
- silverware/silverware: ^1.3
This package is not auto-updated.
Last update: 2024-10-25 14:56:18 UTC
README
Provides a portfolio for SilverWare apps, divided into a series of categories and projects.
Contents
Requirements
Installation
Installation is via Composer:
$ composer require silverware/portfolio
Usage
The module provides three pages ready for use within the CMS:
Portfolio
PortfolioCategory
PortfolioProject
Create a Portfolio
page as the top-level of your portfolio. Under the Portfolio
you
may add PortfolioCategory
pages as children to divide the portfolio into a series
of categories. Then, as children of PortfolioCategory
, add your PortfolioProject
pages.
You may add a series of Slide
objects as children of PortfolioProject
pages. These slides
will be rendered using a CarouselComponent
on each project page.
Portfolio
and PortfolioCategory
pages are also implementors of ListSource
, and can be used with
components to show a series of portfolio projects as list items.
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