# 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).
