Template:FPItem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
"Header": { | "Header": { | ||
"description": "The header to display for the item", | "description": "The header to display for the item", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"Header Link": { | "Header Link": { | ||
Line 35: | Line 36: | ||
"Content": { | "Content": { | ||
"description": "Content of the item", | "description": "Content of the item", | ||
"type": "content" | "type": "content", | ||
"required": true | |||
} | } | ||
} | } |
Revision as of 16:40, 29 February 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
ID | ID | ID of the item
| String | optional |
Class | Class | Class of the item | String | optional |
Styling | Styling | Styling of the item | String | optional |
Header | Header | The header to display for the item | String | required |
Header Link | Header Link ref href link | The page that the header links to | Page name | optional |
Content | Content | Content of the item | Content | required |