Skip to content
Snippets Groups Projects

Expose the submit label of the WebformActions element.

8 files
+ 26
73
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -2,6 +2,10 @@ extend type Query {
webformById(id: String!): Webform
}
extend type WebformElementWebformActions {
submitLabel: String
}
extend type WebformElementTextarea {
rows: Int
}
Loading