Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2021-03-02 23:10:34 +0300
committerGitHub <noreply@github.com>2021-03-02 23:10:34 +0300
commit8aafd0d76535df6e3299e0ec918a5d019355b8ad (patch)
treef87b92d37c3bd2ba10c4f210fe51657d32dd72ac /lib/public
parentdb5229bd7037b9989d0bac030d9b2c7faa018947 (diff)
parent41930265e93942d427c9d25424af35de8f6c87b5 (diff)
Merge pull request #25871 from nextcloud/backport/25758/stable21
[stable21] Include RichObject for forms
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/RichObjectStrings/Definitions.php25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php
index 263913f27e1..c59855e957b 100644
--- a/lib/public/RichObjectStrings/Definitions.php
+++ b/lib/public/RichObjectStrings/Definitions.php
@@ -349,6 +349,31 @@ class Definitions {
],
],
],
+ 'forms-form' => [
+ 'author' => 'Nextcloud',
+ 'app' => 'forms',
+ 'since' => '21.0.1',
+ 'parameters' => [
+ 'id' => [
+ 'since' => '21.0.1',
+ 'required' => true,
+ 'description' => 'The form-hash of the form',
+ 'example' => 'q72GGqbfbLBC6xNB',
+ ],
+ 'name' => [
+ 'since' => '21.0.1',
+ 'required' => true,
+ 'description' => 'The title of the form',
+ 'example' => 'Nice Form',
+ ],
+ 'link' => [
+ 'since' => '21.0.1',
+ 'required' => true,
+ 'description' => 'The full URL to the board',
+ 'example' => 'http://localhost/index.php/apps/forms/q72GGqbfbLBC6xNB',
+ ],
+ ],
+ ],
'guest' => [
'author' => 'Nextcloud',
'app' => 'spreed',