Updated default worksheet
This commit is contained in:
@@ -29,9 +29,9 @@
|
|||||||
(tbtext "Sheet: ${SHEETPATH}" (name "") (pos 109 17))
|
(tbtext "Sheet: ${SHEETPATH}" (name "") (pos 109 17))
|
||||||
(tbtext "Micromelon Robotics" (name "") (pos 109 20) (font bold) (comment "Company name")
|
(tbtext "Micromelon Robotics" (name "") (pos 109 20) (font bold) (comment "Company name")
|
||||||
)
|
)
|
||||||
(tbtext "In association with: ${COMMENT1}" (name "") (pos 109 23) (comment "Comment 0")
|
(tbtext "In association with: ${partner}" (name "") (pos 109 23) (comment "Comment 0")
|
||||||
)
|
)
|
||||||
(tbtext "Client: ${COMMENT2}" (name "") (pos 109 26) (comment "Comment 1")
|
(tbtext "Client: ${client}" (name "") (pos 109 26) (comment "Comment 1")
|
||||||
)
|
)
|
||||||
(tbtext "${COMMENT3}" (name "") (pos 109 29) (comment "Comment 2")
|
(tbtext "${COMMENT3}" (name "") (pos 109 29) (comment "Comment 2")
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -478,6 +478,7 @@
|
|||||||
"rev": "",
|
"rev": "",
|
||||||
"title": "",
|
"title": "",
|
||||||
"client": "",
|
"client": "",
|
||||||
|
"partner": "",
|
||||||
"name": ""
|
"name": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user