@treely/strapi-slices 8.2.0 → 8.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants/slicesConfig.d.ts.map +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +1 -0
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -251,6 +251,7 @@ var SLICES_WITH_BLOG_POSTS = ["sections.blog", "sections.blog-cards"];
|
|
|
251
251
|
var SLICES_WITH_CUSTOMER_STORIES = ["sections.customer-stories"];
|
|
252
252
|
var SLICES_WITH_PROJECTS = [
|
|
253
253
|
"sections.projects-grid",
|
|
254
|
+
"sections.projects-grid-v2",
|
|
254
255
|
"sections.projects-map",
|
|
255
256
|
"sections.project-facts",
|
|
256
257
|
"sections.text-with-card"
|