瀏覽代碼

[minor] moved the Website Name field to top (#4258)

version-14
Makarand Bauskar 7 年之前
committed by Rushabh Mehta
父節點
當前提交
36a0782564
共有 1 個檔案被更改,包括 13 行新增13 行删除
  1. +13
    -13
      frappe/website/doctype/website_slideshow/website_slideshow.json

+ 13
- 13
frappe/website/doctype/website_slideshow/website_slideshow.json 查看文件

@@ -19,18 +19,16 @@
"bold": 0, "bold": 0,
"collapsible": 0, "collapsible": 0,
"columns": 0, "columns": 0,
"depends_on": "eval:!doc.__islocal",
"description": "Note: For best results, images must be of the same size and width must be greater than height.",
"fieldname": "sb0",
"fieldtype": "Section Break",
"fieldname": "slideshow_name",
"fieldtype": "Data",
"hidden": 0, "hidden": 0,
"ignore_user_permissions": 0, "ignore_user_permissions": 0,
"ignore_xss_filter": 0, "ignore_xss_filter": 0,
"in_filter": 0, "in_filter": 0,
"in_global_search": 0, "in_global_search": 0,
"in_list_view": 0,
"in_list_view": 1,
"in_standard_filter": 0, "in_standard_filter": 0,
"label": "",
"label": "Slideshow Name",
"length": 0, "length": 0,
"no_copy": 0, "no_copy": 0,
"permlevel": 0, "permlevel": 0,
@@ -39,7 +37,7 @@
"read_only": 0, "read_only": 0,
"remember_last_selected_value": 0, "remember_last_selected_value": 0,
"report_hide": 0, "report_hide": 0,
"reqd": 0,
"reqd": 1,
"search_index": 0, "search_index": 0,
"set_only_once": 0, "set_only_once": 0,
"unique": 0 "unique": 0
@@ -50,16 +48,18 @@
"bold": 0, "bold": 0,
"collapsible": 0, "collapsible": 0,
"columns": 0, "columns": 0,
"fieldname": "slideshow_name",
"fieldtype": "Data",
"depends_on": "eval:!doc.__islocal",
"description": "Note: For best results, images must be of the same size and width must be greater than height.",
"fieldname": "sb0",
"fieldtype": "Section Break",
"hidden": 0, "hidden": 0,
"ignore_user_permissions": 0, "ignore_user_permissions": 0,
"ignore_xss_filter": 0, "ignore_xss_filter": 0,
"in_filter": 0, "in_filter": 0,
"in_global_search": 0, "in_global_search": 0,
"in_list_view": 1,
"in_list_view": 0,
"in_standard_filter": 0, "in_standard_filter": 0,
"label": "Slideshow Name",
"label": "",
"length": 0, "length": 0,
"no_copy": 0, "no_copy": 0,
"permlevel": 0, "permlevel": 0,
@@ -68,7 +68,7 @@
"read_only": 0, "read_only": 0,
"remember_last_selected_value": 0, "remember_last_selected_value": 0,
"report_hide": 0, "report_hide": 0,
"reqd": 1,
"reqd": 0,
"search_index": 0, "search_index": 0,
"set_only_once": 0, "set_only_once": 0,
"unique": 0 "unique": 0
@@ -147,7 +147,7 @@
"issingle": 0, "issingle": 0,
"istable": 0, "istable": 0,
"max_attachments": 10, "max_attachments": 10,
"modified": "2017-09-18 11:19:31.627585",
"modified": "2017-10-05 18:56:20.094625",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Website", "module": "Website",
"name": "Website Slideshow", "name": "Website Slideshow",


Loading…
取消
儲存