99185e2d8f
* Remove the newline after .hbs copyright headers * Trying with the whitespace control char
15 lines
248 B
Handlebars
15 lines
248 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: MPL-2.0
|
|
~}}
|
|
|
|
<div
|
|
data-test-json-viewer
|
|
{{code-mirror
|
|
content=(stringify-object @json)
|
|
theme="hashi-read-only"
|
|
readOnly=true
|
|
screenReaderLabel="JSON Viewer"
|
|
}}
|
|
/>
|