| @@ -119,8 +119,15 @@ | ||
| 119 | 119 | 'titleTextStyle[color]', |
| 120 | 120 | isset( $this->titleTextStyle['color'] ) ? $this->titleTextStyle['color'] : null, |
| 121 | 121 | '#000' |
| 122 | 122 | ); |
| 123 | + | |
| 124 | + self::_renderTextAreaItem( | |
| 125 | + esc_html__( 'Chart Description', 'visualizer' ), | |
| 126 | + 'description', | |
| 127 | + $this->description, | |
| 128 | + sprintf( esc_html__( 'Description to display in the structured data schema as explained %1$shere%2$s', 'visualizer' ), '<a href="https://developers.google.com/search/docs/data-types/dataset#dataset" target="_blank">', '</a>' ) | |
| 129 | + ); | |
| 123 | 130 | } |
| 124 | 131 | |
| 125 | 132 | /** |
| 126 | 133 | * Add the correct description for the manual configuration box. |