Strange two step content creation in Plone 6 Classic

On some Plone 6 sites i have a strange behaviour on adding content types. I can just insert title and description, the rich text e.g. is missing. The rest shows up in another step. I think that's more the volto strategy of adding content. How can i turn it off and avoid it in future? Thank you!

What version of Volto?

Which content types?

Can you reproduce it on the Volto 18 demo site?

Sounds like you created the site with the first green button which prepares the site for volto instead of the second button. Then your contenttypes, for example the Document instead of having plone.richtext behavior has volto.blocks behavior

image

I think i have clicked the wrong button and deinstalled volto frontend afterwards.
Indeed the 'Plone Site' FTI had a 'volto.blocks' behavior. The other FTIs do have the regualar 'plone.richtext' behavior, but the richtext field only shows up after adding, in the second step. I have tried to replace the FTIs with the ones of a freshly installed Plone Site, but no change. no clue what is causing this..

Update: found the solution! There is a profile in portal_setup named 'plone.volto p51 profile (Specific profile for re-adding the richtext behavior) - this reenables the missing functionality.

So the title of this topic is a bit missleading, because you've created a Volto site, right?

Also notice, that Volto removes the "Folder" contenttype in favor of a folderish "Document" type.