mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* NewsPanel: Remove CORS proxy and update documentation with recommendations * Updated generated model * Update news-panel.md * Update docs/sources/visualizations/news-panel.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/visualizations/news-panel.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update news-panel.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
17 lines
421 B
TypeScript
17 lines
421 B
TypeScript
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
// This file was autogenerated by cuetsy. DO NOT EDIT!
|
|
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
export const modelVersion = Object.freeze([0, 0]);
|
|
|
|
|
|
export interface PanelOptions {
|
|
feedUrl?: string;
|
|
showImage?: boolean;
|
|
}
|
|
|
|
export const defaultPanelOptions: PanelOptions = {
|
|
showImage: true,
|
|
};
|