PHP Classes

File: app/Resources/metadata/clientDefs/Attribute.json

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

Contents

Class file image Download
{ "controller": "controllers/record", "iconClass": "fas fa-sort-amount-down", "boolFilterList": [ "onlyMy", "notLinkedWithProduct", "notLinkedProductAttributeValues", "notLinkedProductFamilyAttributes", "unitTypeDisabled", "notLocalesAttributes" ], "hiddenBoolFilterList": [ "notLinkedWithProduct", "notLinkedProductAttributeValues", "notLinkedProductFamilyAttributes", "unitTypeDisabled", "notLocalesAttributes" ], "disabledMassActions": [ "merge" ], "views": { "list": "pim:views/list", "detail": "pim:views/attribute/detail" }, "recordViews": { "detail": "pim:views/attribute/record/detail", "list": "pim:views/attribute/record/list" }, "modalViews": { "select": "pim:views/attribute/modals/select-records" }, "dynamicLogic": { "fields": { "type": { "readOnly": { "conditionGroup": [ { "type": "isNotEmpty", "attribute": "id" } ] } }, "typeValue": { "visible": { "conditionGroup": [ { "type": "in", "attribute": "type", "value": [ "enum", "multiEnum", "unit" ] } ] }, "required": { "conditionGroup": [ { "type": "in", "attribute": "type", "value": [ "enum", "multiEnum" ] } ] } }, "isMultilang": { "visible": { "conditionGroup": [ { "type": "in", "attribute": "type", "value": [ "bool", "enum", "multiEnum", "varchar", "text", "wysiwyg" ] }, { "type": "isEmpty", "attribute": "locale" } ] } }, "attributeGroup": { "readOnly": { "conditionGroup": [ { "type": "isNotEmpty", "attribute": "locale" } ] } } } } }