Require alert config object

This commit is contained in:
Will Faught
2024-06-03 23:27:27 -07:00
parent 46afb013bc
commit c495b5aab8
6 changed files with 8 additions and 31 deletions

View 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"
```