Skip to content
Snippets Groups Projects

Add description field to static arguments.

Merged Dominik Wille requested to merge issue/spa-3479549:3479549-add-descriptionfield-to into 1.x
2 unresolved threads

Closes #3479549

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
44 44 * {@inheritdoc}
45 45 */
46 46 public function defaultConfiguration() {
47 return parent::defaultConfiguration() + ['default_value' => ''];
47 return parent::defaultConfiguration() + ['argument_description' => ''] + ['default_value' => ''];
  • 52 52 */
    53 53 public function buildConfigurationForm(array $form, FormStateInterface $form_state) {
    54 54 $form = parent::buildConfigurationForm($form, $form_state);
    55 $form['argument_description'] = [
    56 '#type' => 'textfield',
    57 '#title' => $this->t('Description'),
  • Michael Ebert added 1 commit

    added 1 commit

    Compare with previous version

  • Michael Ebert added 1 commit

    added 1 commit

    • c50af086 - Thx for adding the description to that field. LGTM

    Compare with previous version

  • Dominik Wille added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading