From 874655d0f01afd5b2f2ac42ca4bb836325f5a3fa Mon Sep 17 00:00:00 2001 From: Mark Kaylor Date: Wed, 6 Jul 2022 09:45:43 +0200 Subject: [PATCH] Add description and display name --- examples/getstarted/src/plugins/mycustomfields/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/getstarted/src/plugins/mycustomfields/package.json b/examples/getstarted/src/plugins/mycustomfields/package.json index 7bc92ab61e..90e75b6821 100644 --- a/examples/getstarted/src/plugins/mycustomfields/package.json +++ b/examples/getstarted/src/plugins/mycustomfields/package.json @@ -1,12 +1,12 @@ { "name": "mycustomfields", "version": "0.0.0", - "description": "This is the description of the plugin.", + "description": "A plugin dedicated to developing and testing Custom Fields", "strapi": { "name": "mycustomfields", - "description": "Description of Mycustomfields plugin", + "description": "A plugin dedicated to developing and testing Custom Fields", "kind": "plugin", - "displayName": "Mycustomfields" + "displayName": "My Custom Fields" }, "dependencies": {}, "author": {