Article
Changing the height of the [Notes] (Solution) field in the [Knowledge base] section (KnowledgeBasePageV2)
16:26 Mar 05, 2018
Question
Can we change the height of the [Notes] field?
Answer
To implement this, you need to change the base logic of the application via a code in the KnowledgeBasePageV2 schema.
Algorithm:
1. Replace the module.
2. For the "Notes" (diff) column, add the "height" property ("dimension in pixels") to the "values" or "controlConfig" section.
An example of a code:
{ "operation": "merge", "name": "Notes", "values": { "height": "500px" } },