You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,14 @@ If you want to modify the wrapper HTML element, change the wrapper class, or out
38
38
'dateformat' => 'M d, Y' // e.g. 'M d', 'Y-m-d', etc.
39
39
],
40
40
41
+
## Section
42
+
43
+
The plugin also includes a custom `section` type called `microseasons` that you can use to display information within the panel. This can be added to a blueprint and also adopts any defined configuration options.
44
+
45
+
sections:
46
+
microseasons:
47
+
type: microseasons
48
+
41
49
## Disclaimer
42
50
43
51
This plugin is provided "as is" with no guarantee. Use it at your own risk and always test before using it in a production environment. If you identify an issue, typo, etc, please [create a new issue](https://github.com/scottboms/kirby-microseasons/issues/new) so I can investigate.
0 commit comments