codemonauts/craft-readonly-field
最新稳定版本:2.0.1
Composer 安装命令:
composer require codemonauts/craft-readonly-field
包简介
Craft CMS plugin to add a simple, read-only plaintext field.
README 文档
README
A very simple read-only field type.
Background
Sometimes you add content to Craft entries (for example via an API) that should be readable but not changeable for the user in the control panel.
Requirements
- Craft CMS >= 4.0.0
Installation
Open your terminal and go to your Craft project:
cd /path/to/project composer require codemonauts/craft-readonly-field ./craft plugin/install readonly
You can also install the plugin via the Plugin Store in the Craft Control Panel.
Usage
After installation, the control panel can be used to create fields that behave like plaintext fields, but can only be filled programmatically with content. In the control panel, the content is displayed but cannot be edited.
With ❤ by codemonauts
统计信息
- 总下载量: 71.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-06
