Skip to content

Commit 10b067c

Browse files
committed
V14: Integrations (HubSpot/Forms)
- Update UI
1 parent 40aca7b commit 10b067c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/Umbraco.Forms.Integrations.Crm.Hubspot/Client/src/lang/manifests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { ManifestLocalization } from "@umbraco-cms/backoffice/extension-reg
33
const localizationManifests: Array<ManifestLocalization> = [
44
{
55
type: "localization",
6-
alias: "Forms.Localization.En",
6+
alias: "Hubspot.Localization.En",
77
weight: -100,
88
name: "English (US)",
99
meta: {

src/Umbraco.Forms.Integrations.Crm.Hubspot/Client/src/property-editor/hubspot-mapping.property-editor.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ const elementName = "hubspot-mapping-property-editor";
77
@customElement(elementName)
88
export class HubspotMappingPropertyUiElement extends UmbLitElement implements UmbPropertyEditorUiElement {
99
render() {
10-
return html`<div><span>ABCD</span></div>`;
10+
return html`
11+
<div>
12+
<uui-select></uui-select>
13+
</div>
14+
`;
1115
}
1216
}
1317

0 commit comments

Comments
 (0)