diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-05-14 17:49:42 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-05-14 17:49:42 -0400 |
| commit | 6d09553c1f36b50c1284c66fac67d2b13c0fd8c9 (patch) | |
| tree | 7038a3c956b7b62b9efb57843f236d8480849772 /.frontmatter/config | |
| parent | a35b89a5ca8bc36a7f5e3590bd35f89147d243de (diff) | |
feat: added images to development pages
Added images to development pages, removed lastmod frontmatter requirement
Diffstat (limited to '.frontmatter/config')
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/communication.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.frontmatter/config/taxonomy/contenttypes/communication.json b/.frontmatter/config/taxonomy/contenttypes/communication.json index 60efcfa..a89e553 100644 --- a/.frontmatter/config/taxonomy/contenttypes/communication.json +++ b/.frontmatter/config/taxonomy/contenttypes/communication.json @@ -93,6 +93,11 @@ "type": "string", "single": true, "default": "communication" + }, + { + "title": "Last Modification", + "name": "lastmod", + "type": "datetime" } ] }
\ No newline at end of file |
