mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
frontpage: Fix documentation related to renamed parameter
Closes: #1916. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
6c143090ae
commit
66537b1f9c
@ -44,14 +44,14 @@ class Shortcut(app.FollowerComponent):
|
|||||||
provided by the app. For shortcuts that should simply additional
|
provided by the app. For shortcuts that should simply additional
|
||||||
information this value must be None.
|
information this value must be None.
|
||||||
|
|
||||||
'details' are additional information that the user is shown when the
|
'description' is additional information that the user is shown when
|
||||||
shortcut is activated. This must be provided instead of 'url' and must
|
the shortcut is activated. This must be provided instead of 'url' and
|
||||||
be 'None' if 'url' is provided.
|
must be 'None' if 'url' is provided.
|
||||||
|
|
||||||
'configure_url' is the page to which the user may be redirected if they
|
'configure_url' is the page to which the user may be redirected if they
|
||||||
wish to change the settings for the app or one of its services. This is
|
wish to change the settings for the app or one of its services. This is
|
||||||
only used when 'url' is 'None'. It is optionally provided along with
|
only used when 'url' is 'None'. It is optionally provided along with
|
||||||
'details'.
|
'description'.
|
||||||
|
|
||||||
'clients' is a list of clients software that can used to access the
|
'clients' is a list of clients software that can used to access the
|
||||||
service offered by the shortcut. This should be a valid client
|
service offered by the shortcut. This should be a valid client
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user