silverstripe / asset-admin
Asset management for the SilverStripe CMS
Installs: 1 826 686
Dependents: 76
Suggesters: 1
Security: 0
Stars: 20
Watchers: 21
Forks: 79
Open Issues: 154
Language:JavaScript
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- silverstripe/admin: ^2.2
- silverstripe/framework: ^5.2
- silverstripe/graphql: ^5
Requires (Dev)
- 3.x-dev
- 2.x-dev
- 2.3.x-dev
- 2.3.0
- 2.3.0-rc1
- 2.3.0-beta1
- 2.2.x-dev
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2.0-rc1
- 2.2.0-beta1
- 2.1.x-dev
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.1.0-rc1
- 2.1.0-beta1
- 2.0.x-dev
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-rc1
- 2.0.0-beta1
- 2.0.0-alpha1
- 1.x-dev
- 1.13.x-dev
- 1.13.12
- 1.13.11
- 1.13.10
- 1.13.9
- 1.13.8
- 1.13.7
- 1.13.6
- 1.13.5
- 1.13.4
- 1.13.3
- 1.13.2
- 1.13.1
- 1.13.0
- 1.13.0-rc1
- 1.13.0-beta1
- 1.12.x-dev
- 1.12.1
- 1.12.0
- 1.12.0-rc1
- 1.12.0-beta1
- 1.11.x-dev
- 1.11.2
- 1.11.1
- 1.11.0
- 1.11.0-rc1
- 1.11.0-beta1
- 1.10.x-dev
- 1.10.4
- 1.10.3
- 1.10.2
- 1.10.1
- 1.10.0
- 1.10.0-rc1
- 1.10.0-beta1
- 1.9.x-dev
- 1.9.1
- 1.9.0
- 1.9.0-rc1
- 1.9.0-beta1
- 1.9.0-alpha1
- 1.8.x-dev
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.8.0-rc1
- 1.8.0-beta2
- 1.8.0-beta1
- 1.7.x-dev
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.7.0-rc1
- 1.7.0-beta1
- 1.6.x-dev
- 1.6.1
- 1.6.0
- 1.6.0-rc1
- 1.6.0-beta1
- 1.5.x-dev
- 1.5.2
- 1.5.1
- 1.5.0
- 1.5.0-rc2
- 1.5.0-rc1
- 1.5.0-alpha1
- 1.4.x-dev
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.4.0-rc1
- 1.3.x-dev
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.3.0-rc1
- 1.2.x-dev
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.2.0-beta1
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.1.0-rc2
- 1.1.0-rc1
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.1-rc1
- 1.0.0
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
- 1.0.0-beta4
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- 1.0.0-alpha7
- 1.0.0-alpha6
- 1.0.0-alpha5
- 1.0.0-alpha4
- 1.0.0-alpha3
- 1.0.0-alpha2
- 1.0.0-alpha1
- dev-1.12-release
- dev-pulls/1.7/test-chromium-upgrade
- dev-pulls/1.7/travis-shared
This package is auto-updated.
Last update: 2024-11-04 00:06:27 UTC
README
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.