Closed johncarter- closed 2 years ago
For two word models e.g. ProductVariation in v1 the source was content/product_variations/ like a standard MySQL database table naming convention.
ProductVariation
source
content/product_variations/
In v2 the case was switched to kebab case. i.e. content/product-variations/
kebab
content/product-variations/
This had two effects: created new empty kebab-cased directories, and failed to find existing data.
Good spot.
For two word models e.g.
ProductVariation
in v1 thesource
wascontent/product_variations/
like a standard MySQL database table naming convention.In v2 the case was switched to
kebab
case. i.e.content/product-variations/
This had two effects: created new empty kebab-cased directories, and failed to find existing data.