Skip to content

Instantly share code, notes, and snippets.

@pimpin
Created March 14, 2012 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pimpin/2036872 to your computer and use it in GitHub Desktop.
Save pimpin/2036872 to your computer and use it in GitHub Desktop.
Mon modele de Rencontre
description: "Rassemblements f\xC3\xA9minins organis\xC3\xA9s par NRAF"
name: rencontres
order_by: date # c'est le nom de mon field
order_direction: asc
slug: rencontres
highlighted_field_name: nom
public_submission_enabled: false
fields:
- nom:
type: string
label: Nom
required: true
- date:
type: date
label: Date
required: true
- description_du_match:
hint: A propos du match
type: text
label: Description du match
target: ContentContentType4f0ef578b5222600010013cd
- lieu:
type: string
label: Lieu
- tarif:
type: string
label: Tarif
- visuel:
hint: Affiche, flyer... (fichier .png, jpg)
type: file
label: Visuel
required: true
target: clubs
- description_de_la_prestation:
label: Description de la prestation
type: text
- accroche:
hint: Pourquoi venir, en 2 mots?
type: string
label: accroche
target: ContentContentType4f0ef578b5222600010013cd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment