Skip to content

Commit ebe2f38

Browse files
authored
Merge pull request #88586 from opayne1/OSDOCS-13054-2
OSDOCS#13054-2: Adds missing extension type to the dynamic plugin reference docs
2 parents 5ee41bc + 261b537 commit ebe2f38

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/dynamic-plugin-sdk-extensions.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,17 @@ Adds a new React context provider to the web console application root.
269269
|`useValueHook` |`CodeRef<() => T>` |no |Hook for the Context value.
270270
|===
271271

272+
[discrete]
273+
== `console.create-project-modal`
274+
275+
This extension can be used to pass a component that will be rendered in place of the standard create project modal.
276+
277+
[cols=",,,",options="header",]
278+
|===
279+
|Name |Value Type |Optional |Description
280+
|`component` |`CodeRef<ModalComponent<CreateProjectModalProps>>` |no |A component to render in place of the create project modal.
281+
|===
282+
272283
[discrete]
273284
== `console.dashboards/card`
274285

0 commit comments

Comments
 (0)