SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.23k stars 992 forks source link

Long Description in package-solution.json doesn't seem to support HTML as stated in the schema and documentation #9522

Open hesperanca opened 5 months ago

hesperanca commented 5 months ago

Target SharePoint environment

SharePoint Online

What SharePoint development model, framework, SDK or API is this about?

💥 SharePoint Framework

Developer environment

None

What browser(s) / client(s) have you tested

Additional environment details

Describe the bug / error

According to the schema and the documentation for the "package-solution.json" the "longDescription" property should support HTML. Unfortunatelly this doesn't seem to be the case. Any HTML tags used in the field are displayed as text.

Steps to reproduce

  1. Go to the package-solution.json file
  2. Add any text with HTML tags
  3. In the SharePoint AppStore the HTML tags are displayed as text

Expected behavior

Tags should be rendered as tags and not as text.

ghost commented 5 months ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.