codewithkyle / read-only
Adds a read only text field to Craft CMS with click-to-copy functionality.
Installs: 7 246
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Type:craft-plugin
Requires
- php: ^8.0
- craftcms/cms: ^4.0.0
This package is auto-updated.
Last update: 2024-11-09 23:58:38 UTC
README
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.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require codewithkyle/read-only
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Read Only.