Magasin de fichiers — Documentation · Version 2025-08-02

Annexe B — Modèles prêts à copier (manifest + cartes)

Gabarit minimal manifest.json

{
  "items": []
}

Gabarit intermédiaire manifest.json (recommandé)

{
  "version": 1,
  "updated": "2025-08-02",
  "items": []
}

Items prêts à coller

PDF (simple et clair)

{
  "title": "Règlement intérieur",
  "description": "Version en vigueur pour 2025.",
  "url": "./pdfs/reglement-interieur.pdf",
  "type": "pdf",
  "tags": ["reglement"],
  "created": "2025-08-02"
}

Image (avec vignette identique)

{
  "title": "Logo horizontal",
  "description": "PNG fond transparent.",
  "url": "./images/logo-horizontal.png",
  "type": "image",
  "tags": ["identite"],
  "created": "2025-06-10",
  "thumb": "./images/logo-horizontal.png"
}

Archive ZIP (avec badge personnalisé)

{
  "title": "Pack communication",
  "description": "Affiches, logos et modèles.",
  "url": "./zips/pack-communication.zip",
  "type": "zip",
  "tags": ["kit", "com"],
  "created": "2025-07-20",
  "badges": [{ "variant":"custom", "label":"Essentiel", "emoji":"📦", "color":"#0ea5e9" }]
}

À retenir


← Précédent Sommaire Suivant →