What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi all đź‘‹, I have a more conceptual question about the Content Management System. We are trying

U019JM2HE7N
U019JM2HE7N Posts: 61 🧑🏻‍🚀 - Cadet

Hi all đź‘‹,
I have a more conceptual question about the Content Management System.
We are trying to create some dashboard-like page with some customer specific elements (last orders, users, …). The elements will have some properties like (id, title, icon, width, height, …) and it should easily be customizable by a Content-Manager in the back office (activate, deactivate, adjust the order, …).
 
https://documentation.spryker.com/docs/adding-content-to-storefront-pages-using-templates-slots
We are already having a Page-Template, Slot and a CMS-Block.
Currently we are stumble which is the right way to implement the individual elements as described above into the CMS-Block: 
1.    “CMS Content Widgets” https://documentation.spryker.com/docs/enabling-cms-widget
2.    “Content Item” https://documentation.spryker.com/docs/content-items-feature-overview
Thanks for your input

Comments

  • Helen Laktionova
    Helen Laktionova Sprykee Posts: 33 🧑🏻‍🚀 - Cadet

    Hello Marcel,
    “CMS Content Widgets” - can be easily used by a developer but not an admin user (Content-Manager)

    “Content Item” - is designed to be used by an admin user (Content-Manager).

    So I think you can go with a “Content Item”.

  • U019JM2HE7N
    U019JM2HE7N Posts: 61 🧑🏻‍🚀 - Cadet

    Hi Helen, thanks for your response.
    Are there any functional differences between those two methods?
    “Content Items” seems to have been introduced later in spryker and is now just a more comfortable way to manage these type of content. Am I right here?

  • Helen Laktionova
    Helen Laktionova Sprykee Posts: 33 🧑🏻‍🚀 - Cadet

    There is a difference:
    “The CMS content widget is a twig function”
    “The Content Items feature creates an abstraction layer for content management in the Back Office”