diff --git a/public/designs/templates/default/simple.yml b/public/designs/templates/default/simple.yml index 1795702..17e7393 100644 --- a/public/designs/templates/default/simple.yml +++ b/public/designs/templates/default/simple.yml @@ -1,2 +1,2 @@ -simple: - number_of_boxes: 3 +name: Default template +number_of_boxes: 3 diff --git a/public/designs/templates/gray/default.yml b/public/designs/templates/gray/default.yml index 7c0cef5..72cc3f0 100644 --- a/public/designs/templates/gray/default.yml +++ b/public/designs/templates/gray/default.yml @@ -1,2 +1,2 @@ -default: - number_of_boxes: 2 +name: Simple template +number_of_boxes: 2 -- libgit2 0.21.2