1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Revert "Remove superfluous example in manifest"

This reverts commit b72eb99ed1.
This commit is contained in:
tituspijean 2021-09-29 09:41:06 +02:00 committed by GitHub
parent 79c398d7d9
commit 4d3d547add

View file

@ -31,11 +31,12 @@
"install" : [
{
"name": "domain",
"type": "domain"
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"type": "path",
"example": "/blog",
"default": "/blog"
},