# --------------------------------------------------------------- # Notifications # --------------------------------------------------------------- - name: notification label: đŸ“Ŗ Notifications label_singular: đŸ“Ŗ Notification description: "Notifications and alerts" folder: "src/content/notification" slug: "" preview_path: notification// create: true delete: true editor: preview: false # Overview summary: "đŸ“Ŗ {{title}} Status: {{status}} Draft: {{eleventyExcludeFromCollections}}" sortable_fields: ["title", "date"] view_filters: - label: Drafts field: eleventyExcludeFromCollections pattern: true view_groups: - label: Draft field: eleventyExcludeFromCollections - label: Status field: status fields: - label: "title" name: "title" widget: "string" required: true - label: "Collection Hide" name: "eleventyExcludeFromCollections" widget: "boolean" default: false required: false hint: Hide from collections - label: 💁đŸŊ‍♂ī¸ Status name: "status" widget: "select" multiple: false options: ["info", "warning", "alert"] default: "info" - label: " ℹī¸ Info" name: "text" widget: "markdown" buttons: - bold - italic - link required: false - label: "link to the page" name: "showlink" widget: "boolean" default: false - label: "👩‍đŸ’ģ Body" name: "body" widget: "markdown" buttons: - link - bold - italic - code - heading-two - heading-three - code - quote - bulleted-list editor_components: - image - video - liquidcodeblock - code-block required: false hint: help text - label: "🕒 Date" name: "date" widget: "datetime" date_format: "DD.MM.YYYY" time_format: "HH:mm" format: "YYYY-MM-DD HH:mm:ss" picker_utc: true