Skip to content

Commit

Permalink
Merge pull request #73 from CuBoulder/issue/72
Browse files Browse the repository at this point in the history
Increases the maximum length of the "Content" field on third-party service entities (v2.9.1)
  • Loading branch information
jcsparks authored Nov 19, 2024
2 parents 46d8b2e + 3704614 commit 49711b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 49711b0

Please sign in to comment.