Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"default": "",
"inputType": "Text",
"validators": [],
"help": "This is the instruction text"
"help": "This is the instruction text",
"translatable": true
},
"_flipType": {
"type": "string",
Expand Down Expand Up @@ -85,7 +86,8 @@
"title": "Item Title",
"default": "",
"validators": [],
"help": "Enter a title text for back side of flipcard element"
"help": "Enter a title text for back side of flipcard element",
"translatable": true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please align the property to the 4 spaces left?

},
"backBody": {
"type": "string",
Expand All @@ -94,10 +96,11 @@
"title": "Item Body",
"default": "",
"validators": [],
"help": "Enter body text for back side of flipcard element"
"help": "Enter body text for back side of flipcard element",
"translatable": true
}
}
}
}
}
}
}