Skip to content

Commit 8aafd0d

Browse files
authored
Merge pull request #25871 from nextcloud/backport/25758/stable21
[stable21] Include RichObject for forms
2 parents db5229b + 4193026 commit 8aafd0d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

lib/public/RichObjectStrings/Definitions.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,31 @@ class Definitions {
349349
],
350350
],
351351
],
352+
'forms-form' => [
353+
'author' => 'Nextcloud',
354+
'app' => 'forms',
355+
'since' => '21.0.1',
356+
'parameters' => [
357+
'id' => [
358+
'since' => '21.0.1',
359+
'required' => true,
360+
'description' => 'The form-hash of the form',
361+
'example' => 'q72GGqbfbLBC6xNB',
362+
],
363+
'name' => [
364+
'since' => '21.0.1',
365+
'required' => true,
366+
'description' => 'The title of the form',
367+
'example' => 'Nice Form',
368+
],
369+
'link' => [
370+
'since' => '21.0.1',
371+
'required' => true,
372+
'description' => 'The full URL to the board',
373+
'example' => 'http://localhost/index.php/apps/forms/q72GGqbfbLBC6xNB',
374+
],
375+
],
376+
],
352377
'guest' => [
353378
'author' => 'Nextcloud',
354379
'app' => 'spreed',

0 commit comments

Comments
 (0)