Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Form/ExternalServiceIncludeEntityForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public function form(array $form, FormStateInterface $form_state) {
'#target_type' => 'node',
'#title' => $this->t('Content'),
'#description' => $this->t('Specify content to include or exclude (optional). Multiple entries may be seperated by commas.'),
'#maxlength' => 10000,
'#default_value' => $entity->getNodes(),
'#tags' => TRUE,
],
Expand Down
2 changes: 1 addition & 1 deletion ucb_site_configuration.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CU Boulder Site Configuration
description: 'Allows CU Boulder site administrators to configure site-specific settings.'
core_version_requirement: ^9 || ^10
type: module
version: '2.9'
version: '2.9.1'
package: CU Boulder
dependencies:
- block
Expand Down