mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
feat: add image alt field in items
This commit is contained in:
committed by
Ankush Menat
parent
a1104f040d
commit
b2ae422ed7
@@ -122,6 +122,7 @@
|
|||||||
"weightage",
|
"weightage",
|
||||||
"slideshow",
|
"slideshow",
|
||||||
"website_image",
|
"website_image",
|
||||||
|
"website_image_alt",
|
||||||
"thumbnail",
|
"thumbnail",
|
||||||
"cb72",
|
"cb72",
|
||||||
"website_warehouse",
|
"website_warehouse",
|
||||||
@@ -1053,14 +1054,21 @@
|
|||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Default Manufacturer Part No",
|
"label": "Default Manufacturer Part No",
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "website_image_alt",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Image Alt Text"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"has_web_view": 1,
|
"has_web_view": 1,
|
||||||
"icon": "fa fa-tag",
|
"icon": "fa fa-tag",
|
||||||
"idx": 2,
|
"idx": 2,
|
||||||
"image_field": "image",
|
"image_field": "image",
|
||||||
|
"index_web_pages_for_search": 1,
|
||||||
|
"links": [],
|
||||||
"max_attachments": 1,
|
"max_attachments": 1,
|
||||||
"modified": "2020-08-06 17:03:26.594319",
|
"modified": "2021-03-18 11:24:58.384992",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Item",
|
"name": "Item",
|
||||||
|
|||||||
Reference in New Issue
Block a user