Right to left mode (#611)
* Right to left mode * Fix label --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
1
client/composables/forms/initForm.js
vendored
1
client/composables/forms/initForm.js
vendored
@@ -13,6 +13,7 @@ export const initForm = (defaultValue = {}, withDefaultProperties = false) => {
|
||||
font_family: null,
|
||||
theme: "default",
|
||||
width: "centered",
|
||||
layout_rtl: false,
|
||||
dark_mode: "auto",
|
||||
color: DEFAULT_COLOR,
|
||||
hide_title: false,
|
||||
|
||||
Reference in New Issue
Block a user