mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
removed colour fields from txt files
This commit is contained in:
@@ -1,36 +1,35 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-03-27 14:36:48",
|
||||
"docstatus": 0,
|
||||
"modified": "2012-03-27 14:36:48",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-03-27 14:36:48"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"section_style": "Simple",
|
||||
"istable": 1,
|
||||
"name": "__common__",
|
||||
"colour": "White:FFF",
|
||||
"module": "Website",
|
||||
"doctype": "DocType",
|
||||
"version": 3,
|
||||
"show_in_menu": 0
|
||||
"istable": 1,
|
||||
"module": "Website",
|
||||
"name": "__common__",
|
||||
"section_style": "Simple",
|
||||
"show_in_menu": 0,
|
||||
"version": 3
|
||||
},
|
||||
{
|
||||
"parent": "Related Page",
|
||||
"name": "__common__",
|
||||
"doctype": "DocField",
|
||||
"permlevel": 0,
|
||||
"parenttype": "DocType",
|
||||
"fieldname": "page",
|
||||
"fieldtype": "Link",
|
||||
"label": "Page",
|
||||
"name": "__common__",
|
||||
"options": "Page",
|
||||
"parentfield": "fields"
|
||||
"parent": "Related Page",
|
||||
"parentfield": "fields",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"name": "Related Page",
|
||||
"doctype": "DocType"
|
||||
"doctype": "DocType",
|
||||
"name": "Related Page"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField"
|
||||
|
||||
@@ -1,52 +1,51 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-04-02 16:02:43",
|
||||
"docstatus": 0,
|
||||
"modified": "2012-05-07 15:21:00",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-05-07 15:21:00"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"section_style": "Simple",
|
||||
"istable": 1,
|
||||
"name": "__common__",
|
||||
"colour": "White:FFF",
|
||||
"module": "Website",
|
||||
"doctype": "DocType",
|
||||
"version": 1,
|
||||
"show_in_menu": 0
|
||||
"istable": 1,
|
||||
"module": "Website",
|
||||
"name": "__common__",
|
||||
"section_style": "Simple",
|
||||
"show_in_menu": 0,
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"name": "__common__",
|
||||
"parent": "Top Bar Item",
|
||||
"doctype": "DocField",
|
||||
"parentfield": "fields",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"parentfield": "fields"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"name": "Top Bar Item",
|
||||
"doctype": "DocType"
|
||||
"doctype": "DocType",
|
||||
"name": "Top Bar Item"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Label",
|
||||
"width": "120px",
|
||||
"fieldname": "label",
|
||||
"fieldtype": "Data"
|
||||
"fieldtype": "Data",
|
||||
"label": "Label",
|
||||
"width": "120px"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "URL",
|
||||
"width": "200px",
|
||||
"fieldname": "url",
|
||||
"fieldtype": "Data"
|
||||
"fieldtype": "Data",
|
||||
"label": "URL",
|
||||
"width": "200px"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Target",
|
||||
"fieldname": "target",
|
||||
"fieldtype": "Select",
|
||||
"label": "Target",
|
||||
"options": "\ntarget = \"_blank\""
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user