Menu
The menu entries are maintained in the model Menu. Menu entries serve as navigation in the frontend.
There are 3 different types of menu entries:
-
Primary menu is visible to everyone.
-
Admin menu is visible to the field administrators.
-
User menu is visible to users.
Name |
Menu |
||
---|---|---|---|
Properties |
Name |
Type |
Description |
Slug |
Varchar(110) |
EveryDataStore-ID |
|
Title |
Varchar(40) |
Menu entry name |
|
Active |
Boolean |
Indicates whether this menu should be active and displayed |
|
AdminMenu |
Boolean |
Indicates whether this menu should only be displayed to the field administrators |
|
UserMenu |
Boolean |
Indicates whether this menu should only be displayed to the users |
|
Controller |
Varchar(40) |
Component Name in frontend e.g. RecordSet |
|
Action |
Varchar(40) |
Component Method in Frontend e.g. Items |
|
ActionID |
Varchar(110) |
ActionID can be a parameter value for an entry e.g. 123456789abcdef |
|
OtherActionID |
Varchar(110) |
A URL parameter can also be used based on ActionOtherID. |
|
Icon |
Varchar(50) |
These field defines font awesome icon e.g. fa fa-upload |
|
Sort |
Int(11) |
Sorting order |
|
Relations |
DataStore, Plugin, RecordSet |