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

1.1.0 2018-06-12 11:53 UTC

This package is not auto-updated.

Last update: 2024-04-12 12:44:21 UTC


README

Latest Stable Version Latest Unstable Version License

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

Colin Tucker Praxis Interactive
Colin Tucker Praxis Interactive

License

BSD-3-Clause © Praxis Interactive