We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kibana changes required for elastic/package-registry#629
The registry-root-relative Image.src is renamed Image.path and Image.src is now package-root-relative / as-authored
Image.src
Image.path
e.g. from https://github.com/elastic/package-registry/pull/629/files#diff-977f05e7b5b1fb1f9d46aa963957b983L22-R23
- "src": "/package/example/1.0.0/img/kibana-iptables.png", + "src": "/img/kibana-iptables.png", + "path": "/package/example/1.0.0/img/kibana-iptables.png",
Update code to use Image.path if both are present or fall back to Image.src if that's the only property available
The text was updated successfully, but these errors were encountered:
Pinging @elastic/ingest-management (Team:Ingest Management)
Sorry, something went wrong.
@jfsiii Can you take a look at it? changes seem local and it would be good to have it soon.
jfsiii
Successfully merging a pull request may close this issue.
Kibana changes required for elastic/package-registry#629
The registry-root-relative
Image.src
is renamedImage.path
andImage.src
is now package-root-relative / as-authorede.g. from https://github.com/elastic/package-registry/pull/629/files#diff-977f05e7b5b1fb1f9d46aa963957b983L22-R23
Update code to use
Image.path
if both are present or fall back toImage.src
if that's the only property availableThe text was updated successfully, but these errors were encountered: