+ ${repeat(
+ icons,
+ (icon) => icon.name,
+ (icon) =>
+ html`
+ ${icon.name}
+
`
+ )}
+
+ `;
+};
+
+export const Overview = Template.bind({});
diff --git a/src/Umbraco.Web.UI.Client/src/core/stores/property-editor-config/property-editor-config.store.ts b/src/Umbraco.Web.UI.Client/src/core/stores/property-editor-config/property-editor-config.store.ts
index 7bec2f5dd1..5556369b3b 100644
--- a/src/Umbraco.Web.UI.Client/src/core/stores/property-editor-config/property-editor-config.store.ts
+++ b/src/Umbraco.Web.UI.Client/src/core/stores/property-editor-config/property-editor-config.store.ts
@@ -8,7 +8,20 @@ export interface PropertyEditorConfigRef {
config: PropertyEditorConfig;
}
+/**
+ * @export
+ * @class UmbPropertyEditorConfigStore
+ * @extends {UmbDataStoreBase