datocms-plugin-disabled-field
Version:
A simple, no-configuration plugin that allows you to disable a field that you don't want anyone to edit. You can apply this plugin to every type of field.
62 lines (61 loc) • 1.54 kB
JSON
{
"name": "datocms-plugin-disabled-field",
"version": "0.1.15",
"description": "A simple, no-configuration plugin that allows you to disable a field that you don't want anyone to edit. You can apply this plugin to every type of field.",
"homepage": "https://github.com/datocms/plugins/tree/master/disabled-field#readme",
"keywords": [
"datocms",
"datocms-plugin",
"field-addon",
"boolean-field",
"date-field",
"date-time-field",
"float-field",
"integer-field",
"string-field",
"text-field",
"json-field",
"color-field",
"hide-field"
],
"files": [
"dist",
"docs"
],
"datoCmsPlugin": {
"title": "Disabled Field",
"previewImage": "docs/preview.png",
"coverImage": "docs/cover.png",
"entryPoint": "dist/index.html",
"permissions": []
},
"dependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"datocms-plugin-sdk": "^2.1.1",
"datocms-react-ui": "^2.1.4",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"scripts": {
"build": "tsc -b && vite build",
"prepublishOnly": "npm run build",
"dev": "vite",
"preview": "vite preview"
},
"devDependencies": {
"cross-env": "^10.1.0",
"@vitejs/plugin-react": "^5.1.4",
"globals": "^17.4.0",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"type": "module",
"overrides": {
"datocms-react-ui": {
"react-intersection-observer": "^9.16.0",
"react": "$react",
"react-dom": "$react-dom"
}
}
}