https://github.com/m99coder/datocms-plugin-readonly-fields
An DatoCMS editor plugin to support read-only fields
https://github.com/m99coder/datocms-plugin-readonly-fields
datocms-plugin readonly-fields
Last synced: 27 days ago
JSON representation
An DatoCMS editor plugin to support read-only fields
- Host: GitHub
- URL: https://github.com/m99coder/datocms-plugin-readonly-fields
- Owner: m99coder
- Created: 2021-05-14T10:38:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T10:40:04.000Z (almost 5 years ago)
- Last Synced: 2025-09-27T22:53:20.633Z (7 months ago)
- Topics: datocms-plugin, readonly-fields
- Language: JavaScript
- Homepage: https://www.datocms.com/marketplace/plugins/i/datocms-plugin-readonly-fields
- Size: 6.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# DatoCMS plugin: Read-only fields
An DatoCMS editor plugin to support read-only fields
## Features
- Display any field as a read-only input field using the `disabled` property
## Configuration
Add this plugin via DatoCMS Settings > Plugins > Add (`/admin/plugins/new`).
## Plugin Fields
All fields in this list can be used together with the computed fields plugin. The checked values are designed to show data in a user friendly manner.
- [ ] JSON (json)
- [ ] Text (text)
- [x] Boolean (boolean)
- [x] Float (float)
- [x] Integer (integer)
- [x] String (string)
- [ ] Multiple links (links)
- [ ] Single link (link)
- [ ] Date (date)
- [ ] Date-time (date_time)
- [ ] Video (video)
- [ ] Color (color)
- [ ] Seo (seo)
- [ ] Geolocation (lat_lon)
## Contributing
See [contributing.md](https://github.com/m99coder/datocms-plugin-readonly-fields/blob/master/contributing.md).
## Credits
Scaffolded using [DatoCMS plugin Yeoman generator](https://github.com/datocms/generator-datocms-plugin).
## License
_MIT Licensed_ by [Marco Lehmann](https://m99.io).