{{localize "SCENE.GridConfigToolHint"}}

{{formGroup fields.grid.fields.type value=scene.grid.type choices=gridTypes rootId=rootId}}
{{numberInput scale name="scale" id="{{rootId}}-scale" readonly=(not src)}}

{{localize "SCENE.BackgroundScaleHint"}}

{{formGroup fields.grid.fields.size value=scene.grid.size hint=(localize "SCENE.GridResizeHint") rootId=rootId classes="slim" units=pixelsLabel}}
{{formInput fields.shiftX value=scene.shiftX id=(concat rootId "-shiftX")}} {{formInput fields.shiftY value=scene.shiftY id=(concat rootId "-shiftY")}}

{{localize "SCENE.GridPositionHint"}}