books_rx/config.lua
Leslie Krause 66f64f90c9 Build 01
- initial beta version
2020-02-21 17:42:00 -05:00

14 lines
393 B
Lua

max_book_title_length = 50
max_book_message_length = 800
max_book_content_length = 5000
max_paper_subject_length = 50
max_paper_message_length = 800
default_book_title = "Untitled"
default_book_scale = "small"
default_book_style = "plain"
default_book_color = "white"
default_paper_subject = "Untitled"
default_paper_scale = "small"
default_paper_style = "plain"
default_paper_color = "white"