Skip to content

Commit

Permalink
initial support for working with file templates #71
Browse files Browse the repository at this point in the history
let the default still be valid to the conf schema
  • Loading branch information
bwl21 committed Oct 23, 2017
1 parent b09c273 commit 05e375a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 30_sources/SRC_Zupfnoter/src/init_conf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def self.init_conf()
{produce: [0],
abc_parser: 'ABC2SVG',
restposition: {default: :center, repeatstart: :next, repeatend: :default},
template: {filebase: nil, title: "- no template -"},
template: {filebase: "-no-template-", title: "- no template -"},
wrap: 60,


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1533,14 +1533,14 @@ Hier kannst du die Pausenposition vor einer Wiederholung einstellen.

TODO: Helptext für template einfügen

"template": {"filebase": null, "title": "- no template -"}
"template": {"filebase": "-no-template-", "title": "- no template -"}

## `template.filebase` - Dateibasis {#template.filebase}

TODO: Helptext für template.filebase einfügen

"filebase": null
"filebase": "-no-template-"

## `template.title` - Titel {#template.title}
Expand Down

0 comments on commit 05e375a

Please sign in to comment.