The following are all the features flags that can be set as a section definition level in the tenant's definition.json for their Marfeel version.

Description: When enabled, we can define an src, height and width to add an image in the left side of the section name in the lateral menu.

Location: Features

Values: Object (src, height, width)

Example: 

"logo": {
	"src": "https://bc.marfeel.com/statics/www.fcbarcelonanoticias.com/index/resources/fcb.png",
	"width": 25,
	"height": 25
}
JS

showInSectionsIndicator

Description: When enabled, the section will appear always in the section indicator

Location: Features

Values: True/False

Example: 

"showInSectionsIndicator": true
JS

promotedForRecirculation

Description: When enabled to false, the section will not be promoted in the details section preview

Location: Features

Values: True/False

Example: 

"promotedForRecirculation": false
JS