mirror of
https://github.com/strapi/strapi.git
synced 2025-07-29 11:58:29 +00:00
Automatically add displayName in title case to plugin package.json
This commit is contained in:
parent
41ec9596ed
commit
fd400c7e2d
@ -5,7 +5,8 @@
|
|||||||
"strapi": {
|
"strapi": {
|
||||||
"name": "{{ pluginName }}",
|
"name": "{{ pluginName }}",
|
||||||
"description": "Description of {{ pluginName }} plugin",
|
"description": "Description of {{ pluginName }} plugin",
|
||||||
"kind": "plugin"
|
"kind": "plugin",
|
||||||
|
"displayName": "{{titleCase pluginName }}"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"author": {
|
"author": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user