Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc Improvement] Update preview manifest to support spam-reporting for Outlook add-ins #11062

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

samantharamon
Copy link

Documents additional properties in extensions.ribbons to support the integrated spam-reporting feature in the unified app manifest.

@acrolinxatmsft1
Copy link
Collaborator

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/resources/schema/manifest-schema-dev-preview.md 84 131 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

Copy link
Contributor

Learn Build status updates of commit 3e7b6ed:

✅ Validation status: passed

File Status Preview URL Details
msteams-platform/resources/schema/manifest-schema-dev-preview.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

@acrolinxatmsft1
Copy link
Collaborator

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/resources/schema/manifest-schema-dev-preview.md 84 131 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

Copy link
Contributor

Learn Build status updates of commit a4dbe06:

✅ Validation status: passed

File Status Preview URL Details
msteams-platform/resources/schema/manifest-schema-dev-preview.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

@samantharamon
Copy link
Author

@Rick-Kirkham I'm unable to add you as a reviewer, so tagging you in this comment for review. Thanks!

|`fixedControls.type`| String | | ✔️ | Defines the control type of a spam-reporting add-in. Currently, only the `button` type is supported. |
|`fixedControls.label`| String | 64 characters | ✔️ | Specifies the text displayed for the button of a spam-reporting add-in. |
|`fixedControls.enabled`| Boolean | | ✔️ | While this property must be specified in a `fixedControls` object, it doesn't affect the functionality of a spam-reporting add-in. |
|`fixedControls.icons`| Array | | ✔️ | Defines the icons for the button of a spam-reporting add-in. There must be at least three child objects; one each with `size` properties of `16`, `32`, and `80` pixels. |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
|`fixedControls.icons`| Array | | ✔️ | Defines the icons for the button of a spam-reporting add-in. There must be at least three child objects; one each with `size` properties of `16`, `32`, and `80` pixels. |
|`fixedControls.icons`| Array | | ✔️ | Defines the icons for the button of a spam-reporting add-in. There must be at least three child objects; one each with `16`, `32`, and `80` pixels icon size. |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants