quiqr / quiqr-desktop

Hugo CMS and Publishing Application
https://quiqr.org
MIT License
110 stars 5 forks source link

try more with bundle manager #433

Open mipmip opened 1 year ago

mipmip commented 1 year ago
{
  "key": "bundle-manager-section",
  "title": "Bundle Manager",
  "type": "section",
  "groupdata": false,
  "fields": [
   {
    "key": "bundle-manager-images",
    "title": "Bundle Manager: Images",
    "type": "bundle-manager",
    "path": "images",
    "extensions": [
     "png",
     "jpg",
     "jpeg"
    ],
    "fields": [
     {
      "key": "featured",
      "title": "Featured",
      "type": "boolean"
     },
     {
      "key": "thumb",
      "title": "Thubmanil",
      "type": "bundle-image-thumbnail"
     }
    ]
   },
   {
    "key": "bundle-manager-docs",
    "title": "Bundle Manager: Documents",
    "type": "bundle-manager",
    "path": "docs",
    "extensions": [
     "txt",
     "docx",
     "ttf",
     "html"
    ],
    "fields": [
     {
      "key": "featured",
      "title": "Featured",
      "type": "boolean"
     }
    ]
   },
   {
    "key": "bundle-manager-section-info",
    "type": "info",
    "theme": "black-bare",
    "content": "Sample code:\n\n```\n[\n  {\n    \"key\": \"bundle-manager-images\",\n    \"title\": \"Bundle Manager: Images\",\n    \"type\": \"bundle-manager\",\n    \"path\": \"images\",\n    \"extensions\": [\n      \"png\",\n      \"jpg\",\n      \"jpeg\"\n    ],\n    \"fields\": [\n      {\n        \"key\": \"featured\",\n        \"title\": \"Featured\",\n        \"type\": \"boolean\"\n      },\n      {\n        \"key\": \"thumb\",\n        \"title\": \"Thubmanil\",\n        \"type\": \"bundle-image-thumbnail\"\n      }\n    ]\n  },\n  {\n    \"key\": \"bundle-manager-docs\",\n    \"title\": \"Bundle Manager: Documents\",\n    \"type\": \"bundle-manager\",\n    \"path\": \"docs\",\n    \"extensions\": [\n      \"txt\",\n      \"docx\",\n      \"ttf\",\n      \"html\"\n    ],\n    \"fields\": [\n      {\n        \"key\": \"featured\",\n        \"title\": \"Featured\",\n        \"type\": \"boolean\"\n      }\n    ]\n  }\n]\n```\n"
   }
  ]
 },
mipmip commented 1 year ago

Screenshot from 2023-01-24 23-35-53