Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add OSU Today migrations template #54

Merged
merged 4 commits into from
Aug 21, 2024
Merged

Add OSU Today migrations template #54

merged 4 commits into from
Aug 21, 2024

Conversation

emerham
Copy link
Contributor

@emerham emerham commented Aug 15, 2024

Created a new directory and README.md specific for OSU Today site migrations with a checklist and example usage. Added an info.yml file outlining the module's name, type, description, and dependencies required for Drupal core versions 10 and 11.

Created a new directory and README.md specific for OSU Today site migrations with a checklist and example usage. Added an info.yml file outlining the module's name, type, description, and dependencies required for Drupal core versions 10 and 11.
This commit introduces new migration YAML files to support the migration of various OSU Today content types from Drupal 7 to Drupal 9. The types include 'Personal Profile', 'News Release', 'OSU Today', 'OSU in the News', and 'Story' nodes. Additionally, it updates the README.md to reflect the inclusion of these new migrations and provides an example checklist for tracking the migration process.
Replaced inline sub-process plugin with custom `img_media_attr` process plugin to handle image to media attribute transformation. This new plugin updates image title and alt attributes and returns the media ID, streamlining the migration configuration.
Modified the alt text assignment to limit the length of `source_title` to 512 characters when `source_alt` is not available. This ensures alt text does not exceed a reasonable character limit, improving the accessibility and performance of media attributes.
@emerham emerham merged commit 03fd47f into 1.x Aug 21, 2024
@emerham emerham deleted the osu-today-news branch August 21, 2024 19:50
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant