Browse Source

Custom language fields reorder

master
Jecintha 11 months ago
parent
commit
1356d11f93
  1. 24
      smart_service/masters/doctype/custom_languages/custom_languages.json

24
smart_service/masters/doctype/custom_languages/custom_languages.json

@ -6,14 +6,16 @@
"editable_grid": 1,
"engine": "InnoDB",
"field_order": [
"internal_publish",
"column_break_10",
"section_break_3",
"global_publish",
"lang_code",
"active_status",
"column_break_2",
"lang_name",
"display_order",
"myid",
"internal_publish",
"global_publish"
"myid"
],
"fields": [
{
@ -68,18 +70,28 @@
"default": "0",
"fieldname": "internal_publish",
"fieldtype": "Check",
"label": "Internal Publish"
"label": "Internal Publish",
"read_only": 1
},
{
"default": "0",
"fieldname": "global_publish",
"fieldtype": "Check",
"label": "Global Publish"
"label": "Global Publish",
"read_only": 1
},
{
"fieldname": "column_break_10",
"fieldtype": "Column Break"
},
{
"fieldname": "section_break_3",
"fieldtype": "Section Break"
}
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-11-08 14:08:38.640250",
"modified": "2023-11-08 19:24:04.471619",
"modified_by": "Administrator",
"module": "Masters",
"name": "Custom Languages",

Loading…
Cancel
Save