All Projects → silverstripe → silverstripe-asset-admin

silverstripe / silverstripe-asset-admin

Licence: BSD-3-Clause license
SilverStripe assets gallery for asset management

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
SCSS
7915 projects
Gherkin
971 projects

SilverStripe Asset Admin Module

Build Status SilverStripe supported module Code Quality Code Climate Version License helpfulrobot

Overview

The Asset Admin module provides a interface for managing files within SilverStripe CMS assets module. This section shows a library of files available to use on your website and includes images and documents such as PDF files, and can also include javascript files.

Installation

$ composer require silverstripe/asset-admin

You'll also need to run dev/build.

Versioning

This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.

All methods, with public visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep protected methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.

Reporting Issues

Please create an issue for any bugs you've found, or features you're missing.

Contributing

Translations

Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.

Please use https://www.transifex.com/silverstripe/silverstripe-asset-admin/ to contribute translations, rather than sending pull requests with YAML files.

See the "i18n" topic on docs.silverstripe.org for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].