- name: author label: "🙋‍♂️ Author" label_singular: "🙋‍♂️ Author" description: "Price" folder: "src/content/author" slug: "{{title}}" preview_path: /custom/{{title}}/ create: true delete: true hide: false editor: preview: false summary: "{{title}} " sortable_fields: ["title", "order", "date"] view_filters: - label: Drafts field: eleventyExcludeFromCollections pattern: true view_groups: - label: Tags field: tags nested: depth: 1 # max depth to show in the collection tree summary: "" fields: - label: "title" name: "title" widget: "string" required: true hint: Title - label: "link" name: "link" widget: "string" required: true - label: "📷 image" name: "image" widget: "image" default: /content/upload/default.png choose_url: true required: false hint: image media_library: config: multiple: true media_folder: "src/content/upload/" - label: "👩‍💻 Body" name: "body" widget: "markdown" buttons: - link - bold - italic - code - heading-one - heading-two - heading-three - code - quote - bulleted-list editor_components: - image - video - code-block required: false