mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +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
|
||||
information this value must be None.
|
||||
|
||||
'details' are additional information that the user is shown when the
|
||||
shortcut is activated. This must be provided instead of 'url' and must
|
||||
be 'None' if 'url' is provided.
|
||||
'description' is additional information that the user is shown when
|
||||
the shortcut is activated. This must be provided instead of 'url' and
|
||||
must be 'None' if 'url' is provided.
|
||||
|
||||
'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
|
||||
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
|
||||
service offered by the shortcut. This should be a valid client
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user