Skip to content

Configuration_1

Sunel Tr edited this page Jul 25, 2018 · 1 revision

Strict Mode

Enabling Strict mode will require all the router as Named routes,if name are missing will throw an unhandled Layout\Core\Exceptions\InvalidRouterNameException.

Template Hints

Enabling template hint will allow you to visualize the class name and the template loaded for the block in the client side.This is will let the developer easily look for the block which they need to debug.

XML Location

List of absolute location path of the layout xml files.

Cache

Block

Enabling block cache will cache the block HTML output with the given option.

Layout

Enabling layout cache will cache the genrated xml files based on each handles (routers) and also avoid fetching from file every time.

← Installation

Clone this wiki locally