PHP Classes

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

Recommend this page to a friend!
  Classes of alex nov   KennerPIM   app/Resources/metadata/dashlets/GeneralStatistics.json   Download  
File: app/Resources/metadata/dashlets/GeneralStatistics.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: 2,001 bytes
 

Contents

Class file image Download
{ "view": "pim:views/dashlets/general-statistics", "options": { "fields": { "title": { "type": "varchar", "required": true }, "autorefreshInterval": { "type": "enumFloat", "options": [0, 0.5, 1, 2, 5, 10] } }, "defaults": { "displayRecords": 200, "autorefreshInterval": 0.5, "urlMap": { "product": { "url": "#Product" }, "category": { "url": "#Category" }, "productFamily": { "url": "#ProductFamily" }, "attribute": { "url": "#Attribute" }, "productWithoutAssociatedProduct": { "url": "#Product", "options": { "boolFilterList": [ "withoutAssociatedProducts" ] } }, "productWithoutCategory": { "url": "#Product", "options": { "boolFilterList": [ "withoutAnyCategory" ] } }, "productWithoutAttribute": { "url": "#Product", "options": { "boolFilterList": [ "withoutProductAttributes" ] } } } }, "layout": [ { "rows": [ [ {"name": "title"} ], [ {"name": "autorefreshInterval"} ] ] } ] } }