Skip to content
  1. Extras
  2. msExtraFields
  3. Settings

Settings

System settings

Although the component is registered in the namespace "msextrafields", its settings are stored in miniShop2 under "Plugin msExtraFields".

KeyDescription
ms2efs_autotypeChanges "List" and "Radio" property types to "List (multiple)". Needed for the filter to work, since those types cannot be unset and the filter is not run twice on page load.
ms2efs_debug_consoleEnables JS debugging; extra runtime info is printed to the developer console.
ms2efs_frontend_debug_consolePrints extra frontend runtime info to the developer console.
ms2efs_deny_cat_templatesComma-separated template IDs; property editing is disabled in categories using these templates.
ms2efs_deny_props_templatesComma-separated template IDs; property editing is disabled in products using these templates.
ms2efs_extracolumnsseparateMoves the standard "Category tree" panel in the product to a separate tab.
ms2efs_frontend_cssPath to the store frontend CSS file.
ms2efs_frontend_jsPath to the store JS file. Do not remove this parameter.
ms2efs_frontend_js_multiselectAuto-loads Bootstrap multiselect on the frontend; Bootstrap must be loaded separately.
ms2efs_inheritpropsAuto-fill product properties on creation from parents; values are taken from the "default value" field.
ms2efs_iscookiesSaves component table column positions in the user’s browser.
ms2efs_product_custom_measureUnits of measure as an array: [[0, "Not specified"], [1, "pcs."], ["part", "batch"], ...]; keys can be string or number.
ms2efs_settingswithscrollWhen set, the properties table in global settings uses horizontal scrolling; otherwise it scales to screen size.
ms2efs_withscrollWhen set, the product properties table uses horizontal scrolling; otherwise it scales to screen size.
ms2efs_showcolumnsList of visible columns when the user first opens the tables (ignored if cookies are used). Format: "grid ID":"dataIndex list, order does not affect position". The plugin uses e.g. "minishop2-grid-product-props":"id, article, group, prop_id, type, cond, defaultval, value, measure, price, tip, count, order_discount, createdby, createdon, updatedby, updatedon, disabled"
ms2efs_strictmaxlenIn product property editing, allows only one selected value for "List" and "Radio" (listbox, option) types.
ms2efs_usediscountEnables or disables use of discounts.
ms2efs_versionCurrent component version.