Created
March 14, 2012 14:31
-
-
Save pimpin/2036872 to your computer and use it in GitHub Desktop.
Mon modele de Rencontre
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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