Configure Article Attributes on the Ask a Question Page

You can configure article attributes on the Ask a Question page using the custom metadata attribute.

  1. Edit the file:

    cp/customer/development/views/pages/ask.php
  2. Add the custom_metadata parameter code as follows:
    <rn:widget path="okcs/OkcsSmartAssistant" 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/SmartAssistant" custom_metadata="document_id | version | status | display_date|user_group"/>