https://github.com/codewithkyle/craft-readonly
This plugins adds a simple read only text field with basic click-to-copy functionality.
https://github.com/codewithkyle/craft-readonly
craft3 craftcms-plugin field readonly
Last synced: 3 months ago
JSON representation
This plugins adds a simple read only text field with basic click-to-copy functionality.
- Host: GitHub
- URL: https://github.com/codewithkyle/craft-readonly
- Owner: codewithkyle
- License: mit
- Created: 2020-09-08T14:12:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T20:12:41.000Z (over 2 years ago)
- Last Synced: 2025-03-11T14:52:21.115Z (3 months ago)
- Topics: craft3, craftcms-plugin, field, readonly
- Language: PHP
- Homepage: https://plugins.craftcms.com/read-only
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Read Only Field
This plugins adds a simple read only text field with basic click-to-copy functionality. When creating a field you can choose to hide the field from everyone or everyone except Admins. You can also control if Admins are allowed to edit the field value.
## 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 codewithkyle/read-only
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Read Only.