2017 © Pedro Peláez
 

silverstripe-module documents

SilverStripe module for attaching documents to pages.

image

plumpss/documents

SilverStripe module for attaching documents to pages.

  • Tuesday, February 24, 2015
  • by plumpjames
  • Repository
  • 2 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

SilverStripe Documents Module

Adds document upload support for pages., (*1)

Usage

Install via Composer (plumpss/documents), as a Git submodule or download the repo and export into a directory within your project., (*2)

Add the DocumentsPageExtension to any Page classes you want documents to be uploaded to. E.g. to add to all pages:, (*3)

Page
  extensions:
    - DocumentsPageExtension

Remember to run dev/build to update the database after enabling the extension., (*4)

The extension adds a 'Documents' tab in the CMS with a sortable grid field of documents that can be added to., (*5)

Documents are added as a has_many so can be accessed in PHP as $page->Documents() and in templates as $Documents., (*6)

The Versions

24/02 2015

dev-master

9999999-dev

SilverStripe module for attaching documents to pages.

  Sources   Download

MIT

The Requires

 

module silverstripe documents

24/02 2015

0.2.1

0.2.1.0

SilverStripe module for attaching documents to pages.

  Sources   Download

MIT

The Requires

 

module silverstripe documents

31/07 2014

0.2.0

0.2.0.0

SilverStripe module for attaching documents to pages.

  Sources   Download

MIT

The Requires

 

module silverstripe documents

31/07 2014

0.1.1

0.1.1.0

SilverStripe module for attaching documents to pages.

  Sources   Download

MIT

The Requires

 

module silverstripe documents

31/07 2014

0.1.0

0.1.0.0

SilverStripe module for attaching documents to pages.

  Sources   Download

MIT

The Requires

 

module silverstripe documents