Menu

General

Use the general section to provide information about your model.

There are a few pre-defined keys in the general section, name , descriptions , links , images , template_id and testing All key-value pairs you enter will be saved into the model. For example, you might want to enter a description , category or internal ID .
The testing attribute can be set to true to disable certain functions from running. For example nav_insert_order()

Syntax

Help
general:
  name: string
  descriptions: [ string, ... ]
  links: [ string, ... ]
  images: [ string, ... ]
  template_id: integer
  testing: boolean
  string: value
  ...

Example

We want to store some general information about this model. In this case an id , a name and a category .

general:
  id: CC001
  name: Couch
  category: Classics
Menu