Hi !
I would like to know if it’s possible to open by default the toolbar when I arrive on the page ?
Thanks
Hi !
I would like to know if it’s possible to open by default the toolbar when I arrive on the page ?
Thanks
Hi! You can do this in the CMS config object.
const cms = new TinaCMS({
enabled: true,
toolbar: true,
})
Thanks for your answer.
My bad I was talking about the sidebar not the toolbar
Oh! I see you also made an issue in the project, see my answer there! Let us know if you have any issues.
Yes I’ve seen your answer thanks again, but unfortunately it doesn’t work I wrote the detail directly on the issue