small fixes
This commit is contained in:
@@ -8,7 +8,7 @@ Learn more about how you can use this plugin in the [documentaion](https://docs.
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
{
|
{
|
||||||
api_key: STRIPE_API_KEY,
|
api_key: "STRIPE_API_KEY",
|
||||||
webhook_secret: STRIPE_WEBHOOK_SECRET,
|
webhook_secret: "STRIPE_WEBHOOK_SECRET",
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ Learn more about how you can use this plugin in the [documentaion](https://docs.
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
{
|
{
|
||||||
space_id: CONTENTFUL_SPACE_ID,
|
space_id: "CONTENTFUL_SPACE_ID",
|
||||||
access_token: CONTENTFUL_ACCESS_TOKEN,
|
access_token: "CONTENTFUL_ACCESS_TOKEN",
|
||||||
environment: CONTENTFUL_ENV,
|
environment: "CONTENTFUL_ENV",
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -9,10 +9,10 @@ Learn more about how you can use this plugin in the [documentaion](https://docs.
|
|||||||
```js
|
```js
|
||||||
{
|
{
|
||||||
config: {
|
config: {
|
||||||
host: [your meilisearch host],
|
host: "[your meilisearch host]",
|
||||||
},
|
},
|
||||||
settings: {
|
settings: {
|
||||||
[indexName]: [meilisearch settings passed to meilisearch's `updateSettings()` method]
|
"[indexName]": "[meilisearch settings passed to meilisearch's `updateSettings()` method]"
|
||||||
// example
|
// example
|
||||||
products: {
|
products: {
|
||||||
searchableAttributes: ["title", "description", "variant_sku", "type_value"],
|
searchableAttributes: ["title", "description", "variant_sku", "type_value"],
|
||||||
|
|||||||
Reference in New Issue
Block a user