Преглед изворни кода

Merge pull request #13056 from pateljannat/password-field-in-web-form

feat: Add password fieldtype option for Web Form
version-14
mergify[bot] пре 4 година
committed by GitHub
родитељ
комит
111d13f93b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      frappe/website/doctype/web_form_field/web_form_field.json

+ 2
- 2
frappe/website/doctype/web_form_field/web_form_field.json Прегледај датотеку

@@ -39,7 +39,7 @@
"fieldtype": "Select", "fieldtype": "Select",
"in_list_view": 1, "in_list_view": 1,
"label": "Fieldtype", "label": "Fieldtype",
"options": "Attach\nAttach Image\nCheck\nCurrency\nData\nDate\nDatetime\nDuration\nFloat\nHTML\nInt\nLink\nRating\nSelect\nSmall Text\nText\nText Editor\nTable\nSection Break\nColumn Break"
"options": "Attach\nAttach Image\nCheck\nCurrency\nData\nDate\nDatetime\nDuration\nFloat\nHTML\nInt\nLink\nPassword\nRating\nSelect\nSmall Text\nText\nText Editor\nTable\nSection Break\nColumn Break"
}, },
{ {
"fieldname": "label", "fieldname": "label",
@@ -146,7 +146,7 @@
], ],
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2020-11-10 23:20:44.354862",
"modified": "2021-04-30 12:02:25.422345",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Website", "module": "Website",
"name": "Web Form Field", "name": "Web Form Field",


Loading…
Откажи
Сачувај