Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Fixing broken links #53

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2023-04-03-cms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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).
2 changes: 1 addition & 1 deletion blog/2023-04-06-cms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.