Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a row for which cms support content blocks/slices #9

Open
kelenakamura opened this issue Oct 10, 2018 · 6 comments
Open

add a row for which cms support content blocks/slices #9

kelenakamura opened this issue Oct 10, 2018 · 6 comments

Comments

@kelenakamura
Copy link

so the ability to build a page based on blocks of fields (like prismics content slices - https://prismic.io/feature/dynamic-layout-content-components

@Jotschi
Copy link
Contributor

Jotschi commented Oct 10, 2018

I'm not sure whether this would be a quantifiable feature. Adding nested content (I assume this would be similar to a content slice) can easily be done by creating references between content objects. There seems to be multiple ways to solve this requirement (reuse of existing content elements).

Does prismic provide a dedicated API for this?

@kelenakamura
Copy link
Author

kelenakamura commented Oct 10, 2018 via email

@Jotschi
Copy link
Contributor

Jotschi commented Oct 11, 2018

In Gentics Mesh it is possible to create microschemas. A microschema is a mini template which contains a subset of fields. This allows you to add extra elements to your contents. A content like a blog can have a micronode list. That list can contain multiple micronodes which make use of the microschemas. That way it is possible to add (e.g. a vcard, video element, geolocation).

vcard:

  • name
  • surname
  • address

geolocation:

  • lon
  • lat

video:

  • title
  • thumbnail
  • video binary (contains filename, length, resolution)

Would that be a comparable feature?

@kelenakamura
Copy link
Author

kelenakamura commented Oct 11, 2018 via email

@Stupidism
Copy link

I think the key is to embed content blocks inside RichText. So it looks like an article in the editor instead of several content blocks located among more broken paragraphs.

Contentful has this feature. And I didn't see any other CMS has this feature until I read this issue.

@Stupidism
Copy link

BTW, it looks like this:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants