0.1.4 • Published 1 year ago

datocms-plugin-dynamic-slug-prefix v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

DatoCMS Dynamic Slug Prefix

Global settings

{
  "globalDomain": "https://store.pwc.de",
  "globalPrefixTemplate": "{GLOBAL_DOMAIN}/{LOCALE}/",
  "env": "",
  "readonlyApiToken": "f8ca75782963871e2b548240679c00"
}

Mappings

{
  "de-DE": "de",
  "en-DE": "en"
}

Examples

{
  "prefixTemplate": "{GLOBAL_DOMAIN}/{LOCALE}/{API_NAME=publicationsPage}"
}
{
  "prefixTemplate": "{GLOBAL_DOMAIN}/{LOCALE}/{API_NAME=productsPage}/{PARENT=product.productSlug}"
}