diff --git a/docs/embeddable-uis/element/user-management.mdx b/docs/embeddable-uis/element/user-management.mdx index 8b76da9c..b8bf95e4 100644 --- a/docs/embeddable-uis/element/user-management.mdx +++ b/docs/embeddable-uis/element/user-management.mdx @@ -59,6 +59,8 @@ Once you've set permissions, the UI visualization on the right side of the eleme + + ## Embedding the Element Please check the [Embedding Elements](/embeddable-uis/overview) documentation for more information on how to embed the element into your application. diff --git a/docs/embeddable-uis/embedding-elements.mdx b/docs/embeddable-uis/embedding-elements.mdx index 07e3ce66..b65a4d4b 100644 --- a/docs/embeddable-uis/embedding-elements.mdx +++ b/docs/embeddable-uis/embedding-elements.mdx @@ -38,11 +38,13 @@ Additionally, you can manage the default settings of the element and customize t - Change the background and primary color of any element to match your brand. - Assign a title to the element that makes sense to your end user, or choose to hide it entirely. +- Show or hide the "Add User" field in the UI. Please note that this is purely a visual change and does not affect the functionality of the element. - Decide whether to display your users' email, full name, or both on the element. - Configure webhooks to receive automatic updates on actions taken by your users. For more information about webhooks, refer to the [Permit Webhooks documentation](/embeddable-uis/webhooks). -_![iFrame visualization](/img/elements/user-management/IFrameDesign.png)_ +_![iFrame visualization](/img/elements/user-management/element-settings.png)_ + ## Previewing the element diff --git a/static/img/elements/user-management/element-settings.png b/static/img/elements/user-management/element-settings.png new file mode 100644 index 00000000..48c09077 Binary files /dev/null and b/static/img/elements/user-management/element-settings.png differ