-
- Downloads
Updated [Varbase core] feature : Added the list of [Media bundles] { Document,...
Updated [Varbase core] feature : Added the list of [Media bundles] { Document, Image, Video, and Audio }.
Showing
- composer.json 6 additions, 5 deletionscomposer.json
- drupal-org.make 6 additions, 0 deletionsdrupal-org.make
- modules/varbase_features/varbase_core/config/install/core.entity_form_display.media.video.default.yml 39 additions, 0 deletions.../install/core.entity_form_display.media.video.default.yml
- modules/varbase_features/varbase_core/config/install/core.entity_view_display.media.video.default.yml 57 additions, 0 deletions.../install/core.entity_view_display.media.video.default.yml
- modules/varbase_features/varbase_core/config/install/field.field.media.video.field_media_video_embed_field.yml 21 additions, 0 deletions...field.field.media.video.field_media_video_embed_field.yml
- modules/varbase_features/varbase_core/config/install/field.storage.media.field_media_video_embed_field.yml 18 additions, 0 deletions...all/field.storage.media.field_media_video_embed_field.yml
- modules/varbase_features/varbase_core/config/install/media_entity.bundle.audio.yml 14 additions, 0 deletions...varbase_core/config/install/media_entity.bundle.audio.yml
- modules/varbase_features/varbase_core/config/install/media_entity.bundle.document.yml 14 additions, 0 deletions...base_core/config/install/media_entity.bundle.document.yml
- modules/varbase_features/varbase_core/config/install/media_entity.bundle.image.yml 15 additions, 0 deletions...varbase_core/config/install/media_entity.bundle.image.yml
- modules/varbase_features/varbase_core/config/install/media_entity.bundle.video.yml 14 additions, 0 deletions...varbase_core/config/install/media_entity.bundle.video.yml
- modules/varbase_features/varbase_core/config/optional/image.style.large.yml 14 additions, 0 deletions...atures/varbase_core/config/optional/image.style.large.yml
- modules/varbase_features/varbase_core/config/optional/image.style.linkit_result_thumbnail.yml 13 additions, 0 deletions...e/config/optional/image.style.linkit_result_thumbnail.yml
- modules/varbase_features/varbase_core/config/optional/image.style.medium.yml 14 additions, 0 deletions...tures/varbase_core/config/optional/image.style.medium.yml
- modules/varbase_features/varbase_core/config/optional/image.style.thumbnail.yml 14 additions, 0 deletions...es/varbase_core/config/optional/image.style.thumbnail.yml
- modules/varbase_features/varbase_core/config/optional/views.view.media.yml 803 additions, 0 deletions...eatures/varbase_core/config/optional/views.view.media.yml
- modules/varbase_features/varbase_core/varbase_core.info.yml 2 additions, 0 deletionsmodules/varbase_features/varbase_core/varbase_core.info.yml
... | ... | @@ -57,12 +57,12 @@ |
"https://www.drupal.org/files/issues/2664682-45.patch" | ||
}, | ||
"drupal/views_infinite_scroll": { | ||
"Issue #2701881 : View No results area doesn't appear even view has no results": | ||
"https://www.drupal.org/files/issues/no-wrapper-empty-rows-2701881-2.patch" | ||
"Issue #2701881 : View No results area doesn't appear even view has no results": | ||
"https://www.drupal.org/files/issues/no-wrapper-empty-rows-2701881-2.patch" | ||
}, | ||
"drupal/entity_browser": { | ||
"Issue #2738843 : The view widget should support radio buttons": | ||
"https://www.drupal.org/files/issues/2738843-7.patch" | ||
"Issue #2738843 : The view widget should support radio buttons": | ||
"https://www.drupal.org/files/issues/2738843-7.patch" | ||
}, | ||
"drush/drush": { | ||
... | ... | @@ -96,7 +96,7 @@ |
"drupal/linkit": "8.4.1", | ||
"drupal/anchor_link": "8.1.0-alpha1", | ||
"drupal/features": "8.3.0-beta6", | ||
"drupal/views_infinite_scroll": "8.x-1.2", | ||
"drupal/views_infinite_scroll": "8.1.2", | ||
"drupal/embed": "8.1.0-rc3", | ||
"drupal/entity": "8.1.0-alpha3", | ||
"drupal/entity_browser": "8.1.0-alpha6", | ||
... | ... | @@ -105,6 +105,7 @@ |
"drupal/media_entity": "8.1.0", | ||
"drupal/media_entity_document": "8.1.0", | ||
"drupal/media_entity_image": "8.1.1", | ||
"drupal/media_entity_audio": "8.1.0-beta3", | ||
"drupal/video_embed_field": "8.1.2", | ||
"drupal/bootstrap": "8.3.0-rc1", | ||
"drupal/adminimal_theme": "8.1.1", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment