![Advanced-UI](https://img.shields.io/static/v1?label=UI&message=Advanced&color=lightgrey) ![NOVA-UI](https://img.shields.io/static/v1?label=UI&message=NOVA&color=blue) The "Multi Node Reference Editor" plugin allows the user to edit all the node references of assets and nodes at once. Assets have to have a media type or they are ignored. Only the assets which have the selected information field are modified or they will be skipped. [MINITOC] ## Properties To be configured in {home}/appserver/conf/custom.properties ##### multiNoderefEdit.license > type: string, **required: yes**, default: - The license for the product (provided by brix IT Solutions). ##### multiNoderefEdit.allowedUserGroupIds > type: list of user group ids (comma-separated), required: false, default: - A list of user groups for which the menu entry is visible. ##### multiNoderefEdit.maxDropdownItems > type: integer, required: no, default: 500 The maximum number of dropdown items to be rendered. The rest of the entries are still reachable via the search. Large numbers can lead to bad performance. ##### multiNoderefEdit.isWhiteList > type: boolean, required: no, default: false If the property is true, then only the fieldIds (see next property) are shown, if it is false (black list) then all fields are shown except for those in fieldIds. ##### multiNoderefEdit.fieldIds > type: list of field ids (comma-separated), required: no, default: - The field ids which should be ignored (isWhiteList=false) i.e. those that should be displayed (isWhitelist=true). ## Screenshots ![Multi Node Reference Editor - Change request](Node_reference_editor_-_Change_request.png) ## Compatibility Matrix | Multi Node Reference Editor | CELUM (min. version) | :----- | :----- | 1.0 | 5.13.3 | | 1.0.1 | 5.13.4 (tested with 6.8) | | 1.1.0 | 5.13.4 (tested with 6.11) | | Nova Plugin | CELUM (min. version) | Backend Plugin (min. version) | ---------------- | --------------------- | --------------------- | 1.1.0-6.10.0 | 6.10.0 | 1.1.0 | | 1.1.0-6.11.0 | 6.11.0 | 1.1.0 | ## Release Notes #### 1.0.0 > 2020-03-05 Initial version #### 1.1.0 > 2022-01-19 Nova Plugin Backend #### 1.2.0 > 2023-06-15 White/blacklist fields