I just wanna change portal form input placeholder text. so I follow link below
but, I can’t change anything
i can’t find small answer about little problems
please let me know how to modify portal form input tag placeholder.
My develop environment
Machine : Mac Book Pro M1 and docker(OS:debian)
config.development.json
{
"url": "http://localhost:2368/",
"server": {
"port": 2368,
"host": "127.0.0.1"
},
"database": {
"client": "sqlite3",
"connection": {
"filename": "/home/yhkim/ghost/content/data/ghost-local.db"
}
},
"mail": {
"transport": "Direct"
},
"logging": {
"transports": [
"file",
"stdout"
]
},
"process": "local",
"paths": {
"contentPath": "/home/yhkim/ghost/content"
},
"portal": {
"url": "http://localhost:2368/portal.min.js"
}
}
and where do i put portal.min.js? now, I put portal.min.js in 3 place.
but, it doesn’t build and missing on chrome
<script defer src="http://localhost:2368/portal.min.js" data-i18n="false" data-ghost="http://localhost:2368/" data-key="dd1150c9d6cfebdfd68e0d4f5d" data-api="http://localhost:2368/ghost/api/content/" crossorigin="anonymous"></script><style id="gh-members-styles">
again I just wanna simple tiny thing ‘portal input tag placeholder text’