-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
feature requestRequests for new features. Please be as specific as possible and provide proposal API if it you canRequests for new features. Please be as specific as possible and provide proposal API if it you can
Description
What is the motivation for adding / enhancing this feature?
When site owners upgrade their VSF projects, they usually need to manually check the upstream changes made into the config/default.json file and update their project specific config file when necessary.
This would be easier if the long arrays within the file would be:
- Formatted into multiple rows
- In alphabetical order
Before: Difficult to see what has changed:
- "availableCacheTags": ["product", "category", "home", "checkout", "page-not-found", "compare", "my-account", "P", "C", "error", "attribute"],
+ "availableCacheTags": ["product", "category", "home", "checkout", "page-not-found", "compare", "my-account", "taxrule", "P", "C", "error", "attribute"],After: Easy to see what has changed:
"availableCacheTags": [
"product",
"category",
"home",
"checkout",
"page-not-found",
"compare",
"my-account",
+ "taxrule",
"P",
"C",
"error",
"attribute"
],Can you complete this feature request by yourself?
- YES
- NO
Which Release Cycle state this refers to? Info for developer.
Pick one option.
- This is a normal feature request. This should be available on https://test.storefrontcloud.io and then after tests this can be added to next Vue Storefront version. In this case Developer should create branch from
developbranch and create Pull Request2. Feature / Improvementback todevelop. - (Pick this option only if you're sure) This is an important improvement request for current Release Candidate version on https://next.storefrontcloud.io and should be placed in next RC version. In this case Developer should create branch from
releasebranch and create Pull Request3. Stabilisation fixback torelease. - (Pick this option only if you're sure) This is a critical improvement request for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version. In this case Developer should create branch from
hotfixormasterbranch and create Pull Request4. Hotfixback tohotfix.
Metadata
Metadata
Assignees
Labels
feature requestRequests for new features. Please be as specific as possible and provide proposal API if it you canRequests for new features. Please be as specific as possible and provide proposal API if it you can