Configure Article Attributes on the Answer Page

You can configure article attributes on the answer view page using the custom metadata attribute.

  1. Edit the file:

    cp/customer/development/views/pages/answer/answer_view.php
  2. Add the custom_metadata parameter code as follows:
    <rn:widget path="okcs/AnswerStatus" custom_metadata="attribute | attribute | attribute"/>
  3. Specify the attributes that you want to display as a list of items separated by the pipe character (|), for example:
    <rn:widget path="okcs/AnswerStatus" custom_metadata="document_id | version | status | display_date | user_group"/>