From a2688edd5723837106212544ed036d10cd7bf0aa Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Fri, 18 Dec 2015 11:36:14 +0100 Subject: [PATCH] template default and schema are managed inside the templates --- .../data/templates/default_songbook.sb.yml | 21 -------------- patacrep/data/templates/songbook_schema.yml | 28 ------------------- 2 files changed, 49 deletions(-) diff --git a/patacrep/data/templates/default_songbook.sb.yml b/patacrep/data/templates/default_songbook.sb.yml index a9c7664a..67a9a464 100644 --- a/patacrep/data/templates/default_songbook.sb.yml +++ b/patacrep/data/templates/default_songbook.sb.yml @@ -39,24 +39,3 @@ titles: # Comment sont analysés les titres - Ma - Mon - Un - -#template: # Des choses spécifiques au template - # latex: # Des choses spécifiques au LaTeX - # classoptions: STRING - - # # Peut dépendre fortement du template - # color: # Des couleurs - # songnumber: STRING - # notebg: STRING - # indexbg: STRING - - # titlepage: #Configuration de la page de garde - # title: STRING - # author: STRING - # subtitle: STRING - # version: STRING - # url: STRING - # email: STRING - # picture: STRING - # picturecopyright: STRING - # footer: STRING \ No newline at end of file diff --git a/patacrep/data/templates/songbook_schema.yml b/patacrep/data/templates/songbook_schema.yml index d569f983..cb4463df 100644 --- a/patacrep/data/templates/songbook_schema.yml +++ b/patacrep/data/templates/songbook_schema.yml @@ -78,31 +78,3 @@ required: - type: //arr contents: //str - type: //nil - # template: - # _description: "Des choses spécifiques au template" - # type: //rec - # required: - # file: //str - # optional: - # latex: - # type: //rec - # required: - # classoptions: //str - # color: - # type: //rec - # required: - # songnumber: //str - # notebg: //str - # indexbg: //str - # titlepage: - # type: //rec - # required: - # title: //str - # author: //str - # subtitle: //str - # version: //str - # url: //str - # email: //str - # picture: //str - # picturecopyright: //str - # footer: //str