Tailwind Logo

Blog

You can check blog articles order by publish date.

Chane item's icon

Until now, when you created an item, an icon like a document was always set. It is possible to set an icon for an item, but it can be time-consuming to work on this every time.



Placeholder Creation

In Sitecore, you can name layout areas using placeholders. This allows you to restrict which components can be placed in each placeholder and manage them hierarchically. In this session, we'll introduce the concept of placeholders and how to create them.


Next.js

Component Creation and Template Linkage - File Edition

As the last in the series of component creation, we will create a file component that allows you to specify a file. The file itself will be a file in the media library, but the main purpose of this component is to see how it can be obtained as data.








Next.js

Component Creation and Template Linkage - Text Edition

Sitecore provides templates to define the data structure. This time, we'll create templates to define how data is stored and how it's called for display. We'll use sample code from the Styleguide's sample data to illustrate this process.


Next.js

Create component

Once you have an environment ready to work with Sitecore, the steps regarding the addition of components are quite simple. In this article, we will see how the component is managed by adding the component without using the jss scaffold command.