silverstripe/asset-admin

Asset management for the SilverStripe CMS

Installs: 1 560 510

Dependents: 75

Suggesters: 1

Security: 0

Stars: 19

Watchers: 20

Forks: 78

Open Issues: 152

Language:JavaScript

Type:silverstripe-vendormodule

2.2.0-beta1 2024-02-10 12:09 UTC

README

CI Silverstripe supported module

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

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.