Skip to main content

Introduction

Templates assist in configuring how the content section of your application is displayed. Some templates impact the images stored in the CMS system, while others affect the appearance of different entities, such as blocks, pages, products, etc. In this section, you can learn about the principles of working with templates.

const config = {
token:'your-app-token',
};
const { Templates } = defineOneEntry('your-url', config);