Skip to content
This repository was archived by the owner on Jun 24, 2018. It is now read-only.
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.14.0] - IN DEVELOPMENT
### Added
- Added description for field field_slideshow_type in paragraph degov_paragraph_slideshow

### Fixed
- Fixed configurations of degov_media_video confriguations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ field_name: field_slideshow_type
entity_type: paragraph
bundle: slideshow
label: Typ
description: ''
description: 'Bitte beachten Sie, dass nur "Typ 1" zur korrekten Darstellung bei verlinkten Inhalten führt.'
required: true
translatable: false
default_value:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
description: 'Bitte beachten Sie, dass nur "Typ 1" zur korrekten Darstellung bei verlinkten Inhalten führt.'
7 changes: 7 additions & 0 deletions degov_paragraph_slideshow/degov_paragraph_slideshow.install
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ function degov_paragraph_slideshow_uninstall() {
'entity_bundles' => ['slide', 'slideshow'],
]);
}

/**
* Add description to field_slideshow_type
*/
function degov_paragraph_slideshow_update_8001() {
\Drupal::service('degov_config.module_updater')->applyUpdates('degov_paragraph_slideshow', '8001');
}