@wix/auto_sdk_blog_draft-posts 1.0.39 → 1.0.40
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/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +5 -5
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +5 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +5 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +5 -5
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +5 -5
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +5 -5
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +5 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +5 -5
- package/package.json +2 -2
|
@@ -1944,21 +1944,21 @@ interface Tag {
|
|
|
1944
1944
|
* For example: `{"name": "description", "content": "the description itself"}`.
|
|
1945
1945
|
*/
|
|
1946
1946
|
props?: Record<string, any> | null;
|
|
1947
|
-
/** SEO tag
|
|
1947
|
+
/** SEO tag metadata. For example, `{"height": 300, "width": 240}`. */
|
|
1948
1948
|
meta?: Record<string, any> | null;
|
|
1949
1949
|
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
1950
1950
|
children?: string;
|
|
1951
|
-
/** Whether the tag is a custom tag. */
|
|
1951
|
+
/** Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages). */
|
|
1952
1952
|
custom?: boolean;
|
|
1953
|
-
/** Whether the tag is disabled. */
|
|
1953
|
+
/** Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines. */
|
|
1954
1954
|
disabled?: boolean;
|
|
1955
1955
|
}
|
|
1956
1956
|
interface Settings {
|
|
1957
1957
|
/**
|
|
1958
|
-
* Whether the
|
|
1958
|
+
* Whether the [automatical redirect visits](https://support.wix.com/en/article/customizing-your-pages-seo-settings-in-the-seo-panel) from the old URL to the new one is enabled.
|
|
1959
1959
|
*
|
|
1960
1960
|
*
|
|
1961
|
-
* Default: `false` (
|
|
1961
|
+
* Default: `false` (automatical redirect is enabled).
|
|
1962
1962
|
*/
|
|
1963
1963
|
preventAutoRedirect?: boolean;
|
|
1964
1964
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_blog_draft-posts",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.40",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": "wix.blog.v3.draft"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "41495b7e0a99647ce72a8e68b1a529f925cacbe640d5a108093229f7"
|
|
54
54
|
}
|