UNPKG

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.

55 lines (54 loc) 1.38 kB
{ "name": "datocms-plugin-disabled-field", "version": "0.1.10", "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": "^17.0.37", "@types/react-dom": "^17.0.11", "datocms-plugin-sdk": "^0.3.30", "datocms-react-ui": "^0.3.30", "react": "^17.0.2", "react-dom": "^17.0.2" }, "scripts": { "build": "tsc -b && vite build", "prepublishOnly": "npm run build", "dev": "vite", "preview": "vite preview" }, "devDependencies": { "cross-env": "^7.0.3", "@vitejs/plugin-react": "^4.3.1", "globals": "^15.9.0", "typescript": "^5.5.3", "vite": "^5.4.1" }, "type": "module" }