Updated Developing extensions (markdown)

AUTOMATIC1111 2022-10-22 13:21:25 +03:00
parent 2f65251941
commit 39b7575061

@ -8,3 +8,4 @@ Web ui interacts with installed extensions in the following way:
- extension's javascript files in the `javascript` directory are added to the page - extension's javascript files in the `javascript` directory are added to the page
- extension's `style.css` file is added to the page - extension's `style.css` file is added to the page
For how to develop custom scripts, which usually will do most of extension's work, see [Developing-custom-scripts]