Filled out docs/configuration.rst, closes #2246

This commit is contained in:
Simon Willison 2024-01-31 20:03:19 -08:00
commit b466749e88
6 changed files with 294 additions and 173 deletions

View file

@ -270,7 +270,7 @@ you have one:
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.
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:`configuration_reference_css_js` for more details.
.. code-block:: python