Tweak CMS config
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Matt Cengia 2024-01-25 16:40:05 +11:00
parent 74f312bff2
commit f756276e97
Signed by: mattcen
GPG Key ID: 652968EE25069D6F
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,6 @@ categories:
- consent
aliases: /facebook-pull
summary: In which Facebook tries to pull me back into its web in yet more sneaky ways.
description: In which I rant about Facebook's network effects
---
I just received an invitation to an event via email.
@ -27,4 +26,4 @@ Initially I was frustrated at the person who chose to enter my email address int
No, Facebook. I'm not playing this game.
P.S. There *is* something to be said for the fact that we should consider others' privacy and consent when deciding whether to enter their personal details on a website (Facebook or otherwise), but in this case I think a high percentage of the blame is Facebook's, since it's practically *encouraging* this behaviour, and it takes a particular type of privacy-conscious and consent-focussed person to resist.
P.S. There *is* something to be said for the fact that we should consider others' privacy and consent when deciding whether to enter their personal details on a website (Facebook or otherwise), but in this case I think a high percentage of the blame is Facebook's, since it's practically *encouraging* this behaviour, and it takes a particular type of privacy-conscious and consent-focussed person to resist.

View File

@ -18,7 +18,8 @@ collections: # A list of collections the CMS should be able to edit
fields: # The fields each document in this collection have
- {label: "Title", name: "title", widget: "string"}
- {label: "Publish Date", name: "date", widget: "datetime"}
- {label: "Intro Blurb", name: "description", widget: "text"}
- {label: "Summary", name: "summary", widget: "text", required: false}
- {label: "Intro Blurb", name: "description", widget: "text", required: false}
- {label: "Image", name: "image", widget: "image", required: false}
- {label: "Body", name: "body", widget: "markdown"}
- name: "pages"