Skip to content

Commit 072dbba

Browse files
authored
Merge pull request #442 from Bloomstack/hrwX-patch-5
chore: add HTML Editor to custom field
2 parents 3ff2488 + d5c536b commit 072dbba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frappe/custom/doctype/custom_field/custom_field.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"label": "Field Type",
113113
"oldfieldname": "fieldtype",
114114
"oldfieldtype": "Select",
115-
"options": "Attach\nAttach Image\nBarcode\nButton\nCheck\nCode\nColor\nColumn Break\nCurrency\nData\nDate\nDatetime\nDynamic Link\nFloat\nGeolocation\nHTML\nImage\nInt\nLink\nLong Text\nMarkdown Editor\nPassword\nPercent\nRating\nRead Only\nSection Break\nSelect\nSmall Text\nTable\nTable MultiSelect\nText\nText Editor\nTime\nSignature",
115+
"options": "Attach\nAttach Image\nBarcode\nButton\nCheck\nCode\nColor\nColumn Break\nCurrency\nData\nDate\nDatetime\nDynamic Link\nFloat\nGeolocation\nHTML\nHTML Editor\nImage\nInt\nLink\nLong Text\nMarkdown Editor\nPassword\nPercent\nRating\nRead Only\nSection Break\nSelect\nSmall Text\nTable\nTable MultiSelect\nText\nText Editor\nTime\nSignature",
116116
"reqd": 1
117117
},
118118
{
@@ -393,4 +393,4 @@
393393
"sort_field": "modified",
394394
"sort_order": "ASC",
395395
"track_changes": 1
396-
}
396+
}

0 commit comments

Comments
 (0)