field.storage.*.yml: reusable field storage definitions.
field.field.*.yml: field instances on bundles.
core.entity_view_display.*.yml: display config; useful for identifying presentation-only fields.
taxonomy.vocabulary.*.yml: taxonomy vocabularies.
Paragraphs config: paragraph bundles and fields when the Paragraphs module is used.
If Drush is unavailable, inspect exported config, custom modules, entity query usage, Twig templates, Views config exports, and field definitions in code.
Use deterministic IDs from entity type, bundle, entity ID, and language, such as node.article.123.en.
Import taxonomy terms, media, users/authors, and reusable referenced entities before nodes.
Preserve path.alias or alias tables as legacy URLs for redirects.
Convert rich text after applying or accounting for Drupal text filters. Filtered HTML may contain tokens, media embeds, or text-format-specific markup.
Resolve file IDs to real file URLs or local file paths before using _sanityAsset.
For Paragraphs, enumerate all paragraph bundle types across all content, not only from a sample node.