Updated screenshot for feature provisioning sample

This commit is contained in:
Vesa Juvonen 2017-02-27 16:28:48 +02:00
parent 5fdd437fb8
commit 3bef74838a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -12,7 +12,7 @@ export default class ListProvisioning extends React.Component<IListProvisioningP
<Placeholder
icon={'ms-Icon--CustomList'}
iconText={'SharePoint asset provisioning'}
description={'No actual functionality - Sample shows how to provisioning SharePoint assets using feature xml elemenents. See package.json and sharepoint/asset folder. Assets are deployed when web part is installed to a site.'} />
description={'No actual functionality - Sample shows how to provision SharePoint assets using feature xml elemenents. See package.json and sharepoint/asset folder. Assets are deployed when web part is installed to a site.'} />
</div>
</div>
);