Skip to content

Commit 51428b7

Browse files
authored
Merge pull request MicrosoftDocs#1541 from Power-Maverick/patch-7
Adding feature-usage as child on manifest file
2 parents bd543dc + bd48a18 commit 51428b7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

powerapps-docs/developer/component-framework/manifest-schema-reference/feature-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.assetid: 87f5e921-4114-4710-a362-db741426a69b
1515

1616
# feature-usage element
1717

18-
The feature-usage element acts as a wrapper around the `uses-feature` elements, which themselves allow developers to declare which features their component wants to use. If there are no uses-feature elements defined, the feature-usage element is not required.
18+
[!INCLUDE [feature-usage-description](includes/feature-usage-description.md)]
1919

2020
## Available for
2121

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Feature Usage | Microsoft Docs
3+
description:
4+
keywords:
5+
ms.date: 06/24/2020
6+
ms.service: "powerapps"
7+
ms.suite: ""
8+
ms.tgt_pltfrm: ""
9+
ms.topic: "article"
10+
applies_to:
11+
- "Dynamics 365 (online)"
12+
- "Dynamics 365 Version 9.x"
13+
---
14+
15+
The feature-usage element acts as a wrapper around the `uses-feature` elements, which themselves allow developers to declare which features their component wants to use. If there are no uses-feature elements defined, the feature-usage element is not required.

powerapps-docs/developer/component-framework/manifest-schema-reference/manifest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Model-driven apps and canvas apps (public preview)
2929
|[type-group](type-group.md)|[!INCLUDE [type-group-description](includes/type-group-description.md)]|0 or more|Model-driven apps and canvas apps (public preview) |
3030
|[property](property.md)|[!INCLUDE [property-description](includes/property-description.md)]|0 or more|Model-driven apps and canvas apps (public preview) |
3131
|[data-set](data-set.md)|[!INCLUDE [data-set-description](includes/data-set-description.md)]|0 or more|Model-driven apps|
32-
|[resource](resources.md)|[!INCLUDE [resource-description](includes/resources-description.md)]|1 or more|Model-driven apps and canvas apps (public preview) |
32+
|[resources](resources.md)|[!INCLUDE [resource-description](includes/resources-description.md)]|1 or more|Model-driven apps and canvas apps (public preview) |
33+
|[feature-usage](feature-usage.md)|[!INCLUDE [feature-usage-description](includes/feature-usage-description.md)]|0 or more|Model-driven apps and canvas apps (public preview) |
3334

3435
## Example
3536

0 commit comments

Comments
 (0)