PHP Classes

File: app/Resources/metadata/dashlets/ProductTypes.json

Recommend this page to a friend!
  Classes of alex nov   KennerPIM   app/Resources/metadata/dashlets/ProductTypes.json   Download  
File: app/Resources/metadata/dashlets/ProductTypes.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: KennerPIM
Product information management application
Author: By
Last change:
Date: 1 year ago
Size: 745 bytes
 

Contents

Class file image Download
{ "view": "pim:views/dashlets/product-types", "options": { "fields": { "title": { "type": "varchar", "required": true }, "autorefreshInterval": { "type": "enumFloat", "options": [0, 0.5, 1, 2, 5, 10] } }, "defaults": { "displayRecords": 200, "autorefreshInterval": 0.5 }, "layout": [ { "rows": [ [ {"name": "title"} ], [ {"name": "autorefreshInterval"} ] ] } ] } }