update checklist component
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
This commit is contained in:
parent
772b9951de
commit
d9d22683dc
13 changed files with 709 additions and 65 deletions
|
|
@ -76,10 +76,16 @@ export function validateSiteContent(site) {
|
|||
"toolboxes.storageHelp.text",
|
||||
"toolboxes.modules.notepad.placeholder",
|
||||
"toolboxes.modules.checklist.itemPlaceholder",
|
||||
"toolboxes.modules.checklist.sectionPlaceholder",
|
||||
"toolboxes.modules.checklist.quantityLabel",
|
||||
"toolboxes.modules.checklist.addButton",
|
||||
"toolboxes.modules.checklist.importPlaceholder",
|
||||
"toolboxes.modules.checklist.importOpenButton",
|
||||
"toolboxes.modules.checklist.importModalTitle",
|
||||
"toolboxes.modules.checklist.importButton",
|
||||
"toolboxes.modules.checklist.hideCompletedSectionsTitle",
|
||||
"toolboxes.modules.checklist.showCompletedSectionTitle",
|
||||
"toolboxes.modules.checklist.hideCompletedSectionTitle",
|
||||
"toolboxes.modules.checklist.decrementLabel",
|
||||
"toolboxes.modules.checklist.incrementLabel",
|
||||
"toolboxes.modules.checklist.currentQuantityLabel",
|
||||
|
|
@ -97,6 +103,8 @@ export function validateSiteContent(site) {
|
|||
"toolboxes.modules.links.urlPlaceholder",
|
||||
"toolboxes.modules.links.addButton",
|
||||
"toolboxes.modules.links.importPlaceholder",
|
||||
"toolboxes.modules.links.importOpenButton",
|
||||
"toolboxes.modules.links.importModalTitle",
|
||||
"toolboxes.modules.links.importButton",
|
||||
"toolboxes.modules.links.copyTitle",
|
||||
"toolboxes.modules.links.copiedTitle",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue