mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
Fix typo/reformat GETTING-STARTED.md (#460)
* Fix conflict * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: mariana <marianameireles@protonmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -228,15 +228,19 @@ The `<py-config>` tag can be used as follows:
|
||||
```
|
||||
|
||||
The following optional values are supported by `<py-config>`:
|
||||
| Value | Type | Description |
|
||||
| ------ | ---- | ----------- |
|
||||
| `autoclose_loader` | boolean | If false, PyScript will not close the loading splash screen when the startup operations finish. |
|
||||
| `name` | string | Name of the user application. This field can be any string and is to be used by the application author for their own customization purposes. |
|
||||
| `version` | string | Version of the user application. This field can be any string and is to be used by the application author for their own customization purposes. It is not related to the PyScript version. |
|
||||
| `runtimes` | List of Runtimes | List of runtime configurations, described below.
|
||||
|
||||
* `autoclose_loader` (boolean): If false, PyScript will not close the loading splash screen when the startup operations finish.
|
||||
* `name` (string): Name of the user application. This field can be any string and is to be used by the application author for their own customization purposes.
|
||||
* `version` (string): Version of the user application. This field can be any string and is to be used by the application author for their own customization purposes. It is not related to the PyScript version.
|
||||
* `runtimes` (List of Runtimes): List of runtime configurations. Each Runtime expects the following fields:
|
||||
* `src` (string, Required): URL to the runtime source.
|
||||
* `name` (string): Name of the runtime. This field can be any string and is to be used by the application author for their own customization purposes.
|
||||
* `lang` (string): Programming language supported by the runtime. This field can be used by the application author to provide clarification. It currently has no implications on how PyScript behaves.
|
||||
|
||||
A runtime configuration consists of the following:
|
||||
| Value | Type | Description |
|
||||
| ----- | ---- | ----------- |
|
||||
| `src` | string (Required) | URL to the runtime source. |
|
||||
| `name` | string | Name of the runtime. This field can be any string and is to be used by the application author for their own customization purposes |
|
||||
| `lang` | string | Programming language supported by the runtime. This field can be used by the application author to provide clarification. It currently has no implications on how PyScript behaves. |
|
||||
|
||||
## Visual component tags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user