From 4e2c56af96dbd71202c12005499a13d26867f6da Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+Mariana-Caetano@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:29:07 -0300 Subject: [PATCH 1/2] Update 2023-04-06-cms.md --- blog/2023-04-06-cms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2023-04-06-cms.md b/blog/2023-04-06-cms.md index fe83b92a..ca26a0f5 100644 --- a/blog/2023-04-06-cms.md +++ b/blog/2023-04-06-cms.md @@ -19,4 +19,4 @@ With the `isSingleton` property, you can keep consistency across the content typ The change enables consistency in the content of a page. The `isSingleton` property prevents the creation of multiple pages of the same content type and ensures updates to the page layout are reflected in all requests. ## What needs to be done? -For more information, please refer to the [Using `isSingleton` property in a content type](https://www.faststore.dev/how-to-guides/cms/vtex-headless-cms/Using%20isSingleton%20property%20in%20a%20contenty%20type) documentation. \ No newline at end of file +For more information, please refer to the [Using `isSingleton` property in a content type](https://v1.faststore.dev/how-to-guides/cms/vtex-headless-cms/Using%20isSingleton%20property%20in%20a%20contenty%20type) documentation. From 638a02a1c33ccd3e96d253b9507158be68695519 Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+Mariana-Caetano@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:37:46 -0300 Subject: [PATCH 2/2] update release notes links --- blog/2023-04-03-cms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2023-04-03-cms.md b/blog/2023-04-03-cms.md index c6660f28..95d89077 100644 --- a/blog/2023-04-03-cms.md +++ b/blog/2023-04-03-cms.md @@ -23,4 +23,4 @@ Now, the `onlySettings` property allows the creation of content types meant for The change enables the creation of setting-only content types that do not require storefront content, and simplifies interface navigation by displaying only one tab for the page configuration. ## What needs to be done? -To add the property to your store, please follow the instructions in [Using `onlySettings` property in a content type](https://www.faststore.dev/how-to-guides/cms/vtex-headless-cms/Using%20onlySettings%20property%20in%20a%20content%20type). \ No newline at end of file +To add the property to your store, please follow the instructions in [Using `onlySettings` property in a content type](https://v1.faststore.dev/how-to-guides/cms/vtex-headless-cms/Using%20onlySettings%20property%20in%20a%20content%20type).