mirror of
https://github.com/strapi/strapi.git
synced 2025-07-28 19:34:51 +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": {
|
||||
"name": "{{ pluginName }}",
|
||||
"description": "Description of {{ pluginName }} plugin",
|
||||
"kind": "plugin"
|
||||
"kind": "plugin",
|
||||
"displayName": "{{titleCase pluginName }}"
|
||||
},
|
||||
"dependencies": {},
|
||||
"author": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user