We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follows #1186. The extra_body_script() plugin hook should provide a mechanism for specifying that the script should use <script type="module">.
extra_body_script()
<script type="module">
Relevant docs: https://docs.datasette.io/en/stable/plugin_hooks.html#extra-body-script-template-database-table-columns-view-name-request-datasette
The text was updated successfully, but these errors were encountered:
This plugin hook currently returns a string of JavaScript. It could optionally return this instead of a string:
{ "script": "string of JavaScript goes here", "module": true }
Sorry, something went wrong.
c38c429
Release 0.54a0
57f4d7b
Refs #1091, #1145, #1151, #1156, #1157, #1158, #1166, #1170, #1178, #1182, #1184, #1185, #1186, #1187
Release 0.54
0b9ac1b
Refs #509, #1091, #1150, #1151, #1166, #1167, #1178, #1181, #1182, #1184, #1185, #1186, #1187, #1194, #1198
No branches or pull requests
Follows #1186. The
extra_body_script()
plugin hook should provide a mechanism for specifying that the script should use<script type="module">
.Relevant docs: https://docs.datasette.io/en/stable/plugin_hooks.html#extra-body-script-template-database-table-columns-view-name-request-datasette
The text was updated successfully, but these errors were encountered: