https://github.com/statikbe/craft-config-values
Craft field that gets its values from the plugin config file
https://github.com/statikbe/craft-config-values
craft-plugin craft3 craftcms
Last synced: about 1 year ago
JSON representation
Craft field that gets its values from the plugin config file
- Host: GitHub
- URL: https://github.com/statikbe/craft-config-values
- Owner: statikbe
- License: mit
- Created: 2019-10-28T12:38:57.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-24T07:47:02.000Z (over 1 year ago)
- Last Synced: 2025-03-28T20:37:09.637Z (about 1 year ago)
- Topics: craft-plugin, craft3, craftcms
- Language: PHP
- Homepage:
- Size: 167 KB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Config Values Field plugin for Craft CMS 3.x
Populate a field with values from the plugin's config
## Requirements
This plugin requires Craft CMS 3.0.0 or later.
## Installation
To install the plugin, follow these instructions.
1. Open your terminal and go to your Craft project:
cd /path/to/project
2. Then tell Composer to load the plugin:
composer require statikbe/craft-config-values
## Usage
Brought to you by [Statik.be](https://www.statik.be)