collective / Collective

Plone Collective Requests, Questions, Maintenance
http://collective.github.io
124 stars 164 forks source link

Block tab shows a forbidden icon #1845

Closed tjprescott closed 7 months ago

tjprescott commented 7 months ago

I'm following the training here: https://training.plone.org/mastering-plone/features.html#folderish-content

I'm logged in as admin to my Plone frontend and editting the "News" page. When I go to the "Block" tab, I only see the following: image

I see the relevant options in the Page tab, but the Block tab is always empty with this icon. When I inspect the element, I get the following console warning: image

If I try to run the command it suggests npx react-codemod rename-unsafe-lifecycles it asks me "Which dialect of JavaScript do you use"? Given that all of this code was taken from cookiecutter, I'm not sure what to answer.

tjprescott commented 7 months ago

What the training didn't make clear is that I needed to click into a new block below the title, type / in order to change the block type to a listing. Then I got the block options.

Closing.