https://github.com/towardstudio/asset-locations
https://github.com/towardstudio/asset-locations
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/towardstudio/asset-locations
- Owner: towardstudio
- License: mit
- Created: 2023-01-23T15:17:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T09:56:32.000Z (over 1 year ago)
- Last Synced: 2025-10-08T11:52:17.017Z (8 months ago)
- Language: PHP
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Assets Locations plugin for Craft CMS 5.x
Creates a new native field which will display which entries/categories/globals your asset is used within.
This plugin supports the use of Matrix Field, Asset Fields & Super Tables.
## Requirements
This plugin requires Craft CMS 5 or later.
## Installation
To install the plugin, follow these instructions.
1. Open your terminal and go to your Craft project:
```
cd /path/to/project/craft
```
2. Then tell Composer to load the plugin:
```
composer require towardstudio/asset-locations
```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Asset Locations.
4. Go to a Volume and add the _Asset Locations_ field.
[Toward Disclaimer](https://github.com/towardstudio/toward-open-source-disclaimer)
Brought to you by [Toward](https://toward.studio)