Automatically add displayName in title case to plugin package.json

This commit is contained in:
WalkingPizza 2022-03-28 11:18:05 +02:00
parent 41ec9596ed
commit fd400c7e2d

View File

@ -5,7 +5,8 @@
"strapi": {
"name": "{{ pluginName }}",
"description": "Description of {{ pluginName }} plugin",
"kind": "plugin"
"kind": "plugin",
"displayName": "{{titleCase pluginName }}"
},
"dependencies": {},
"author": {