We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the same fashion other packages do (e.g. @frontity/wp-source), the frontity package also exposes state that other packages may use.
The state properties and their description can be found in this file of the frontity monorepo: /packages/types/src/frontity.ts
The text was updated successfully, but these errors were encountered:
@DAreRodz
When you say
the frontity package also exposes state that other packages may use.
Do you mean @frontity/core package, right?
@frontity/core
And, are you referring specifically to document these properties that can be seen under state.frontity?
state.frontity
"{ "url": "https://twentytwenty.frontity.org", "title": "Test Frontity Blog", "description": "Useful content for Frontity development", "name": "twentytwenty-theme", "mode": "default", "debug": false, "platform": "client", "rendering": "csr", "initialLink": "/", "options": {}, "packages": [ "@frontity/tiny-router", "@frontity/html2react", "@frontity/twentytwenty-theme", "@frontity/wp-source" ] }"
Sorry, something went wrong.
state.source.url
No branches or pull requests
In the same fashion other packages do (e.g. @frontity/wp-source), the frontity package also exposes state that other packages may use.
The state properties and their description can be found in this file of the frontity monorepo: /packages/types/src/frontity.ts
The text was updated successfully, but these errors were encountered: