How to :: customize the No Data Error message

Warning

Disclaimer : This option is only available in code mode.

Overview

It is possible to change the generic message of “no data” error.

no data

no data

Configuration

In the front_config, at the root, with the same indentation level as home or slides for example :

home:[...]
slides: [...]
noDataError:
  message: 'Please wait while loading data...'
new message

new message