Skip to contents

Deletes an existing css template from the available list of templates for the given grid type. Templates are collections of arguments that can be grouped and stored for later usage via the "template" argument of panel and page functions.

Usage

unregisterTemplate(type, name)

Arguments

type

The type of css grid of the template to remove.

name

The name of the tempalte to remove.

Value

No return value, called for side effects