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
node.context.*
node.context.currentSite
node.context.workspace
renderingMode
renderingMode.isEdit
node.context.workspace.name == 'live'
!renderingMode.isEdit
node.context.workspace.personalWorkspace
node.context.currentRenderingMode.*
renderingMode.*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
node.context.currentSite
to eel helper to fetch site entitynode.context.workspace
to eel helper to fetch workspace, but attention, the workspace api in fusion also changed.node.context.*
renderingMode
has a basic migration via TASK: Adjust migration forrenderingMode.isEdit
#22, but the not all things are migrated currentlynode.context.workspace.name == 'live'
->!renderingMode.isEdit
node.context.workspace.personalWorkspace
->renderingMode.isEdit
node.context.currentRenderingMode.*
->renderingMode.*
The text was updated successfully, but these errors were encountered: