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.
Edit the file:
cp/customer/development/views/pages/ask.php- Add the custom_metadata parameter code as follows:
<rn:widget path="okcs/OkcsSmartAssistant" custom_metadata="attribute | attribute | attribute"/>
- 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"/>