From cd4e58b940d4979e374d73701ae8dcceb5fd216b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 10 Apr 2019 07:31:48 -0400 Subject: [PATCH] Document new remote config fields Closes: #2812 Approved by: alexlarsson --- doc/flatpak-remote.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/doc/flatpak-remote.xml b/doc/flatpak-remote.xml index 4d331b0a..e35bc61a 100644 --- a/doc/flatpak-remote.xml +++ b/doc/flatpak-remote.xml @@ -121,6 +121,38 @@ (boolean) This key is set to true if has been explicitly set. + + (string) + An optional single-line comment to use when presenting this remote in a UI. + + + (boolean) + This key is set to true if has been explicitly set. + + + (string) + An optional full-paragraph of text to use when presenting this remote in a UI. + + + (boolean) + This key is set to true if has been explicitly set. + + + (string) + An optional URL that points to a website for this repository to use when presenting this remote in a UI. + + + (boolean) + This key is set to true if has been explicitly set. + + + (string) + An optional URL that points to an icon for this repository to use when presenting this remote in a UI. + + + (boolean) + This key is set to true if has been explicitly set. + (string) The default branch to use when installing from this remote.