Skip to content

silverstripe/silverstripe-asset-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

66c64a3 · Feb 17, 2025
Aug 7, 2024
Mar 6, 2023
Jun 20, 2024
Jun 20, 2021
Feb 17, 2025
Feb 11, 2025
Feb 12, 2025
Oct 24, 2017
Feb 11, 2025
Oct 12, 2017
May 10, 2016
Nov 14, 2017
Dec 19, 2017
Apr 9, 2018
Dec 18, 2022
Jun 26, 2019
Apr 26, 2024
Aug 14, 2023
Apr 19, 2023
Oct 3, 2017
Feb 13, 2023
Oct 20, 2020
May 12, 2016
Jan 21, 2016
Sep 23, 2024
Jun 11, 2024
Jan 12, 2021
Feb 2, 2024
Oct 27, 2021
Dec 18, 2022
Dec 2, 2024

Silverstripe Asset Admin Module

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.