Simple documents for any data object
composer require "webmaxsk/maxdocuments:*"
You can add docs to any Page via CMS. You can disable docs for any Page subclass by adding config to mysite/_config.php:
SilverStripe\ErrorPage\ErrorPage:
documents:
enabled: false
SilverStripe\CMS\Model\VirtualPage:
documents:
enabled: false
SilverStripe\CMS\Model\RedirectorPage:
documents:
enabled: false
The maximum number of docs can be also specified in the config using the following syntax (default is 20 for a page):
SilverStripe\Blog\Model\BlogPost:
documents:
count: 50
You can add docs to any DataObject too, just extend DataObject with ObjectDocumentsExtension.
Add docs to your template
<% include FilesToDownload %>
check https://github.com/Webmaxsk/silverstripe-intranet-plate
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem