documentation indexreference manualfunction index

layout.provides

Function: layout.provides (name):

This is called to indicate that the code provides the named layout. This prevents layout.defaults from calling the corresponding classic layout functions.

init -2 python:
     layout.provides('navigation')

documentation indexreference manualfunction index