File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ The `<py-config>` element should be placed within the `<body>` element.
8
8
9
9
## Attributes
10
10
11
- | attribute | type | default | description |
12
- | -----------| --------| ---------| ---------------------------------------------------------------------------------------------------------|
13
- | ** type** | string | "toml" | Syntax type of the ` <py-config> ` . Value can be ` json ` or ` toml ` . Default: "toml" if type is unspecifed . |
14
- | ** src** | url | | Source url to an external configuration file. |
11
+ | attribute | type | default | description |
12
+ | -----------| --------| ---------| ---------------------------------------------------------------------------------------------------------- |
13
+ | ** type** | string | "toml" | Syntax type of the ` <py-config> ` . Value can be ` json ` or ` toml ` . Default: "toml" if type is unspecified . |
14
+ | ** src** | url | | Source url to an external configuration file. |
15
15
16
16
## Examples
17
17
You can’t perform that action at this time.
0 commit comments