Please share a doc how woonuxt, woonuxt-settings and woonuxt-setting-module work tobether when you have time? #185
Unanswered
mobilelifeful
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @mobilelifeful, Sure. I'll try to get some documents up on the specifics as soon as I can but in a nutshell, the module is there to load the below data into WooNuxt. const query = `
query getWooNuxtSettings {
woonuxtSettings {
primary_color
logo
publicIntrospectionEnabled
frontEndUrl
maxPrice
productsPerPage
global_attributes {
slug
showCount
openByDefault
label
hideEmpty
}
stripeSettings {
enabled
testmode
test_publishable_key
publishable_key
}
wooNuxtSEO {
provider
url
handle
}
}
pluginWPGraphQL: plugin(id: "${WPGraphQLPlugin.id}") { name version }
pluginWooGraphQL: plugin(id: "${WooGraphQLPlugin.id}") { name version }
pluginWPCORS: plugin(id: "${WPGraphQLCors.id}") { name version }
generalSettings { title }
}
`; |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Having FQ&A help a bit, but for people not sure where to get started correctly not much. Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions