Closed leomp12 closed 4 years ago
Setar endpoints para autenticação (authentication backend) em content/.config.json. Ref: https://github.com/hfte/netlify-cms-with-selfhosted-gotrue-and-git-gateway#make-it-work-with-netlify-cms
content/.config.json
Acredito que seria algo como:
{ "backend": { "name": "git-gateway", "branch": "master", "identity_url": "https://gotrue.ecomplus.biz/1056/.netlify/identity", "gateway_url": "https://gitgateway.ecomplus.biz/1056/.netlify/git", "site_domain": "lojaexemplo.netlify.com" } }
site_domain é opcional (só pra teste em localhost), se não tiver ele no momento do commit podemos deixar sem mesmo. accept_roles foi removido https://github.com/netlify/netlify-cms/pull/3022/files
site_domain é opcional (só pra teste em localhost), se não tiver ele no momento do commit podemos deixar sem mesmo.
site_domain
accept_roles foi removido https://github.com/netlify/netlify-cms/pull/3022/files
accept_roles
@thiagoabreudev presente pra você, dá essa moral por favor? :smile:
https://github.com/thiagoabreudev/storefront-ci/commit/73d03e5a3c61f2fe942babe5fe2e9b381194d715
Setar endpoints para autenticação (authentication backend) em
content/.config.json
. Ref: https://github.com/hfte/netlify-cms-with-selfhosted-gotrue-and-git-gateway#make-it-work-with-netlify-cmsAcredito que seria algo como: