webstudio-is / webstudio

The web builder for advanced sites. An open-source visual builder that connects to any headless CMS, supports all CSS properties, and can be hosted anywhere, including with us.
https://webstudio.is
GNU Affero General Public License v3.0
4.52k stars 485 forks source link

Platform - Storipress #3707

Open johnsicili opened 1 month ago

johnsicili commented 1 month ago

Verdict: Not really useable with Webstudio.

Objects are sent serialized as strings

Storipress docs say data is delivered as JSON and provides example responses of said JSON, but actual responses are strings. This makes it impossible to bind "child" values without deserializing.

Image example:

"cover": "{\"alt\":\"Squirrel!\",\"url\":\"https:\\/\\/images.unsplash.com\\/photo-1716724854567-9ec995836d19?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMTc0MDR8MHwxfGFsbHwxfHx8fHx8Mnx8MTcxNzYxNDE0M3w&ixlib=rb-4.0.3&q=80&w=1080\",\"crop\":{\"key\":\"\",\"top\":50,\"left\":50,\"zoom\":1,\"width\":0,\"height\":0,\"realWidth\":4038,\"realHeight\":6058},\"caption\":\"<p>Photo by <a href=\\\"https:\\/\\/unsplash.com\\/@mokngr?utm_source=Storipress&utm_medium=referral&utm_campaign=api-credit?utm_source=storipress&utm_medium=referral&utm_campaign=api-credit\\\">Moritz Kn\\u00f6ringer<\\/a> \\/ <a href=\\\"https:\\/\\/unsplash.com\\/?utm_source=storipress&utm_medium=referral&utm_campaign=api-credit\\\">Unsplash<\\/a><\\/p>\"}",

SEO example:

"seo": "{\"og\":{\"title\":\"\",\"description\":\"\"},\"meta\":{\"title\":\"Heyo\",\"description\":\"Lorem ipsum desc\"},\"hasSlug\":true,\"ogImage\":\"\"}",

“Plain text” fields are sent as HTML

Title example:

"title": "<p data-sp-article-end=\"PYENPVSBE.8\" data-sp-article=\"PYENPVSBE.8\" id=\"56bf5242-bd0e-406b-bbaa-9bbdcbbf4eb3\">Test 123</p>",
HelloAlexPan commented 1 month ago

@dansnow @bepsvpt