How to modify the Article body?

SN_Learn
Kilo Patron
Kilo Patron

Screenshot 2023-02-13 135909.pngHi All,

 

When I open a knowledge article and click on 'View Article' UI Action,  it displays the details of that article in the platform including the KB number, Subject, body etc.

 

I want to modify the details which are present over here, let us suppose I want to exclude the Subject line or KB number. How could I achieve that? Could you please guide me? Thank you

 

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.
1 ACCEPTED SOLUTION

Hi, after investigating more on the SN platform, I found the UI macro where it is stored and could be edited if required according to the requirement. Mentioning the macros in case anyone encounters the same requirement in the future.

1. kb_view_common_body - It stores all the UI macro which holds the other sections of the article page.

2. kb_article_header - This UI macro stores the outputs of an article's header info: number, publication date, and modification date.

3. kb_view_common_header_banner_image

4. kb_view_common_header_toolbar

5. kb_view_common_content

6. kb_view_common_footer

 

Hope this helps. Thanks.

View solution in original post

5 REPLIES 5

Hi, after investigating more on the SN platform, I found the UI macro where it is stored and could be edited if required according to the requirement. Mentioning the macros in case anyone encounters the same requirement in the future.

1. kb_view_common_body - It stores all the UI macro which holds the other sections of the article page.

2. kb_article_header - This UI macro stores the outputs of an article's header info: number, publication date, and modification date.

3. kb_view_common_header_banner_image

4. kb_view_common_header_toolbar

5. kb_view_common_content

6. kb_view_common_footer

 

Hope this helps. Thanks.