SMT AREAS

SMT Means SITE MANAGEMENT TOOLS

SMT having mainly 3 areas

  1. All Pages Areas
  2. Page Type Areas
  3. This Page Areas

The sample codes used for illustrating these areas are listed below

1.All Pages Areas

<div data-cms-area="main" data-cms-area-filters="global"></div>

2.Page Type Areas

<div data-cms-area="item_info_bottom" data-cms-area-filters="page_type"></div>

3. This Pages Areas

<div data-cms-area="item_info" data-cms-area-filters="path">

Notes

Create a new folder and download the theme tool zip[Documents -> Files -> File Cabinets-> SuitBundles->Take Bundle390093->Open theme development tool zip] and extract it in to the folder,and open the terminal ,then using commands “npm install” ,gulp theme:fetch” and open the corresponding theme folder ,In which page we want to create a new area , take the template of the corresponding page and add these codes of respective areas and deploy the theme by using command “gulp theme:deploy”and activate the theme ,then a new area is created in our respective page

Leave a comment

Your email address will not be published. Required fields are marked *