Require alert config object
This commit is contained in:
22
exampleSite/content/content/alert.md
Normal file
22
exampleSite/content/content/alert.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
authors: ["will-faught"]
|
||||
categories: ["content", "paige"]
|
||||
date: "2023-09-18T21:21:05-07:00"
|
||||
description: "An alert."
|
||||
paige:
|
||||
alert:
|
||||
message: "Get more information <a href=\"#\" class=\"alert-link\">here</a>."
|
||||
type: "primary"
|
||||
tags: ["alerts"]
|
||||
title: "Alert"
|
||||
weight: 60
|
||||
---
|
||||
|
||||
This page has the following parameters:
|
||||
|
||||
```yaml
|
||||
paige:
|
||||
alert:
|
||||
message: "Get more information <a href=\"#\" class=\"alert-link\">here</a>."
|
||||
type: "primary"
|
||||
```
|
Reference in New Issue
Block a user