Commit 67633a11e50e048108339b6c86531569e753c4b4

Authored by AntonioTerceiro
1 parent e301705e

r264@sede: terceiro | 2007-07-29 23:14:03 -0300

ActionItem0: changing the expected format of the yml files
 


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@268 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/default/simple.yml
1   -simple:
2   - number_of_boxes: 3
  1 +name: Default template
  2 +number_of_boxes: 3
... ...
public/designs/templates/gray/default.yml
1   -default:
2   - number_of_boxes: 2
  1 +name: Simple template
  2 +number_of_boxes: 2
... ...