diff options
Diffstat (limited to 'data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in')
-rw-r--r-- | data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in b/data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in index 1037063..c7eb986 100644 --- a/data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in +++ b/data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in @@ -1,6 +1,21 @@ <?xml version="1.0" encoding="utf-8"?> <schemalist> <schema path="/xyz/vikanezrimaya/kittybox/Bowl/" id="@app-id@" gettext-domain="@gettext-package@"> + <key name="send-html-directly" type="b"> + <default>false</default> + <summary>Send post content as HTML</summary> + <description> + Some Micropub servers can preprocess plain-text content before + posting. Enable this option to ask the Micropub server to + treat your post content data as HTML and do not apply usual + plain-text processing. + + This could be useful in case you wish to customize the post + content using features not available in your Micropub server's + preprocessor, or if your Micropub server lacks the ability to + preprocess content entirely. + </description> + </key> <key name="llm-endpoint" type="s"> <default>"http://localhost:11434/"</default> <summary>LLM API endpoint</summary> |