Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Disambiguate references to core recipes.
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima committed May 1, 2024
1 parent 1085759 commit 6af1d7f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions recipes/starshot/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Starshot
description: Applies all the Starshot recipes.
type: Site
recipes:
- basic_block_type
- content_search
- core_recommended_performance
- core_recommended_maintenance
- core_recommended_front_end_theme
- user_picture
- core/recipes/basic_block_type
- core/recipes/content_search
- core/recipes/core_recommended_performance
- core/recipes/core_recommended_maintenance
- core/recipes/core_recommended_front_end_theme
- core/recipes/user_picture
# Provides a fallback text format which is available to all users.
- restricted_html_format
- core/recipes/restricted_html_format
# Not in Standard...
- remote_video_media_type
- core/recipes/remote_video_media_type
- starshot_admin_theme
- starshot_audio_media_type
- starshot_blog
Expand Down
2 changes: 1 addition & 1 deletion recipes/starshot_audio_media_type/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Audio media type
type: Starshot
description: 'Adds a few enhancements to the audio file media type.'
recipes:
- audio_media_type
- core/recipes/audio_media_type
install:
- media_entity_download
- media_file_delete
Expand Down
4 changes: 2 additions & 2 deletions recipes/starshot_blog/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Blog
type: Starshot
description: 'Sets up a basic blog, with tagging and commenting.'
recipes:
- comment_base
- core/recipes/comment_base
- starshot_content_type_base
- starshot_image_media_type
- tags_taxonomy
- core/recipes/tags_taxonomy
config:
import:
image:
Expand Down
2 changes: 1 addition & 1 deletion recipes/starshot_content_type_base/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Content type basics'
type: 'Starshot'
description: 'Provides basic infrastructure for translation, moderation, meta tags, cloning, and scheduled publishing of content.'
recipes:
- editorial_workflow
- core/recipes/editorial_workflow
install:
- content_translation
- diff
Expand Down
2 changes: 1 addition & 1 deletion recipes/starshot_document_media_type/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Document media type
type: Starshot
description: 'Adds a few enhancements to the document media type.'
recipes:
- document_media_type
- core/recipes/document_media_type
install:
- media_entity_download
- media_file_delete
Expand Down
2 changes: 1 addition & 1 deletion recipes/starshot_image_media_type/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Image media type
type: Starshot
description: 'Adds focal point-based cropping to the image media type.'
recipes:
- image_media_type
- core/recipes/image_media_type
install:
- focal_point
- media_file_delete
Expand Down
2 changes: 1 addition & 1 deletion recipes/starshot_local_video_media_type/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Video file media type
type: Starshot
description: 'Adds a few enhancements to the video file media type.'
recipes:
- local_video_media_type
- core/recipes/local_video_media_type
install:
- media_entity_download
- media_file_delete
Expand Down

0 comments on commit 6af1d7f

Please sign in to comment.