backdrop-contrib / paragraphs

Paragraphs module to control your content flow
https://backdropcms.org/project/paragraphs
GNU General Public License v2.0
5 stars 11 forks source link

Convert Paragraphs to CMI #46

Closed laryn closed 4 years ago

laryn commented 4 years ago

Do we need to more thoroughly convert Paragraphs to CMI? I see that there are database tables for paragraphs_bundle, paragraphs_item, etc. which may need to be converted to CMI in a similar way to what Nodes have (e.g. node.type.page.json). (Related: convert node types to CMI; remove table and update schema)

I've begun moving Paragraphs terminology from bundle to type, so we could end up with a config file for paragraphs like paragraphs.type.pullquote.json.

robertgarrigos commented 4 years ago

Just created a PR (https://github.com/backdrop-contrib/paragraphs/pull/66) for this.

laryn commented 4 years ago

This was marked as 2.0 but it is actually quite painless (thanks @robertgarrigos !) so I've merged it in to 1.x