Created
June 9, 2010 20:15
-
-
Save machal/432103 to your computer and use it in GitHub Desktop.
Správa obsahu webu pomocí YAML souboru
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
| bmw-z4-cabrio: | |
| name: BMW Z4 Cabrio | |
| price_1hour: 2900 | |
| price_3hours: 4900 | |
| price_1day: 9900 | |
| price_apposition_per_km: 7 | |
| is_new: false | |
| published: true | |
| caterham-7-roadsport: | |
| name: Caterham 7 Roadsport | |
| price_1hour: 2900 | |
| price_3hours: 4900 | |
| price_1day: 9900 | |
| price_apposition_per_km: 7 | |
| is_new: false | |
| published: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment