项目作者: codewithkyle

项目描述 :
This plugins adds a simple read only text field with basic click-to-copy functionality.
高级语言: PHP
项目地址: git://github.com/codewithkyle/craft-readonly.git
创建时间: 2020-09-08T14:12:21Z
项目社区:https://github.com/codewithkyle/craft-readonly

开源协议:MIT License

下载


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:

    1. cd /path/to/project
  2. Then tell Composer to load the plugin:

    1. composer require codewithkyle/read-only
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Read Only.