Skip to content

Commit c1f00c1

Browse files
jotoeritsdicloud
authored andcommitted
Include RichObject for forms
Ref. nextcloud/forms#789 Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com> Signed-off-by: tsdicloud <bernd.rederlechner@t-systems.com>
1 parent 7f4eeae commit c1f00c1

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

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)