https://github.com/carlcs/craft-assetmetadata
Asset Metadata plugin for Craft CMS
https://github.com/carlcs/craft-assetmetadata
craft-plugin craftcms
Last synced: 11 months ago
JSON representation
Asset Metadata plugin for Craft CMS
- Host: GitHub
- URL: https://github.com/carlcs/craft-assetmetadata
- Owner: carlcs
- License: mit
- Created: 2015-03-19T18:44:43.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T15:19:08.000Z (about 4 years ago)
- Last Synced: 2024-11-18T07:37:02.314Z (over 1 year ago)
- Topics: craft-plugin, craftcms
- Language: PHP
- Homepage:
- Size: 1.64 MB
- Stars: 31
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Asset Metadata plugin for Craft CMS
A field type to extract and store metadata from an Asset element.
## Installation
You can install the plugin manually from the command line with the following commands.
```
composer require carlcs/craft-assetmetadata
php craft plugin/install asset-metadata
```
## License
[MIT](LICENSE.md)