Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Document settingsKey property for tiles #180

Merged
merged 3 commits into from
Dec 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/app/components/tile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@
>
Populates the tile dashboard based on the <stache-code>SkyTileDashboardConfig</stache-code> object.
</sky-demo-page-property>
<sky-demo-page-property
propertyName="settingsKey"
isOptional="true"
>
Specifies a unique key for the UI Config Service to retrieve stored settings from a database. You must prefix the key with the name of your SPA. The UI Config Service applies sticky settings to tile dashboards and saves configuration settings for users. This property accepts <stache-code>string</stache-code> values. This property is for internal Blackbaud use only. For Blackbaud developers, the UI Config Service website describes how to <a href="configuration">apply sticky settings to tile dashboards</a>.
</sky-demo-page-property>
</sky-demo-page-properties>

<sky-demo-page-properties sectionHeading="Tile dashboard events">
Expand Down