Merge pull request #650 from pgarciaegido/docs/addLinkToOverlaysConfigDocs
Adding link to Overlay System - Configuration from Dialog storybook docs
This commit is contained in:
commit
5c4974146e
2 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ import '@lion/dialog/lion-dialog.js';
|
||||||
## Changing the configuration
|
## Changing the configuration
|
||||||
|
|
||||||
You can use the `config` property on the dialog to change the configuration.
|
You can use the `config` property on the dialog to change the configuration.
|
||||||
The documentation of the full config object can be found in the `lion/overlay` package.
|
The documentation of the full config object can be found in the `lion/overlay` package or here in [Overlay System - Configuration](/?path=/docs/overlays-system-configuration--placement-mode-local).
|
||||||
|
|
||||||
The `config` property uses a setter to merge the passed configuration with the current, so you only **overwrite what you pass** when updating `config`.
|
The `config` property uses a setter to merge the passed configuration with the current, so you only **overwrite what you pass** when updating `config`.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ dropdown, etc.
|
||||||
It's designed to be highly flexible, while still delivering sensible defaults.
|
It's designed to be highly flexible, while still delivering sensible defaults.
|
||||||
On top of this, the system was built having accessibility in mind.
|
On top of this, the system was built having accessibility in mind.
|
||||||
|
|
||||||
For a detailed rationale, please consult [Rationale](?path=/docs/overlay-rationale--page).
|
For a detailed rationale, please consult [Rationale](/?path=/docs/overlays-system-rationale--page).
|
||||||
|
|
||||||
<Story name="Default">
|
<Story name="Default">
|
||||||
{html`
|
{html`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue