reST markup fix

pull/1837/head^2
Simon Willison 2022-10-04 11:45:36 -07:00 zatwierdzone przez GitHub
rodzic 883e326dd6
commit 4218c9cd74
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -268,7 +268,7 @@ you have one:
def extra_js_urls():
return ["/-/static-plugins/your-plugin/app.js"]
Note that `your-plugin` here should be the hyphenated plugin name - the name that is displayed in the list on the `/-/plugins` debug page.
Note that ``your-plugin`` here should be the hyphenated plugin name - the name that is displayed in the list on the ``/-/plugins`` debug page.
If your code uses `JavaScript modules <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules>`__ you should include the ``"module": True`` key. See :ref:`customization_css_and_javascript` for more details.