Skip to content

Commit

Permalink
add fallbackImage comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Feb 1, 2024
1 parent 1d8c6de commit 34575bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/from-bodyxml/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export let defaultTransformers = {
layoutWidth: content.attributes["data-layout-width"] || "",
description: content.attributes["alt"] || "",
timestamp: content.attributes["data-time-stamp"] || "",
// fallbackImage -- TODO should this be external in content-tree?
}
}
return {
Expand Down

0 comments on commit 34575bc

Please sign in to comment.