Skip to content

Commit

Permalink
docs: correct the docs for the default value of transformAssetUrls (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhelba authored and sodatea committed Mar 28, 2019
1 parent b7d1c4e commit bcee5b9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/guide/asset-url.md
Expand Up @@ -25,7 +25,8 @@ By default the following tag/attribute combinations are transformed, and can be
video: ['src', 'poster'],
source: 'src',
img: 'src',
image: 'xlink:href'
image: ['xlink:href', 'href'],
use: ['xlink:href', 'href']
}
```

Expand Down
3 changes: 2 additions & 1 deletion docs/options.md
Expand Up @@ -14,7 +14,8 @@ sidebar: auto
video: ['src', 'poster'],
source: 'src',
img: 'src',
image: 'xlink:href'
image: ['xlink:href', 'href'],
use: ['xlink:href', 'href']
}
```

Expand Down
3 changes: 2 additions & 1 deletion docs/ru/guide/asset-url.md
Expand Up @@ -25,7 +25,8 @@ createElement('img', {
video: ['src', 'poster'],
source: 'src',
img: 'src',
image: 'xlink:href'
image: ['xlink:href', 'href'],
use: ['xlink:href', 'href']
}
```

Expand Down
3 changes: 2 additions & 1 deletion docs/ru/options.md
Expand Up @@ -14,7 +14,8 @@ sidebar: auto
video: ['src', 'poster'],
source: 'src',
img: 'src',
image: 'xlink:href'
image: ['xlink:href', 'href'],
use: ['xlink:href', 'href']
}
```

Expand Down
3 changes: 2 additions & 1 deletion docs/zh/guide/asset-url.md
Expand Up @@ -25,7 +25,8 @@ createElement('img', {
video: ['src', 'poster'],
source: 'src',
img: 'src',
image: 'xlink:href'
image: ['xlink:href', 'href'],
use: ['xlink:href', 'href']
}
```

Expand Down
3 changes: 2 additions & 1 deletion docs/zh/options.md
Expand Up @@ -14,7 +14,8 @@ sidebar: auto
video: ['src', 'poster'],
source: 'src',
img: 'src',
image: 'xlink:href'
image: ['xlink:href', 'href'],
use: ['xlink:href', 'href']
}
```

Expand Down

0 comments on commit bcee5b9

Please sign in to comment.