Added description field for roles.
6 unresolved threads
6 unresolved threads
Closes #256287
Merge request reports
Activity
27 29 '#maxlength' => 64, 28 30 '#description' => $this->t('The name for this role. Example: "Moderator", "Editorial board", "Site architect".'), 29 31 ]; 32 $form['description'] = [ 33 '#type' => 'textarea', 34 '#title' => $this->t('Description'), 35 '#default_value' => $entity->getDescription(), 36 '#description' => $this->t('Displays on the %page page.', [
Please register or sign in to reply