mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed some minor formatting issues
no issue - indented conditional template code - grouped tracked properties together
This commit is contained in:
parent
f25cc00236
commit
3a9209b6a8
2 changed files with 32 additions and 31 deletions
|
@ -167,6 +167,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if @payload.productButtonEnabled}}
|
{{#if @payload.productButtonEnabled}}
|
||||||
<div class="kg-settings-panel-control">
|
<div class="kg-settings-panel-control">
|
||||||
<label class="kg-settings-panel-control-label" for="product-button-input">Button text</label>
|
<label class="kg-settings-panel-control-label" for="product-button-input">Button text</label>
|
||||||
|
|
|
@ -21,12 +21,12 @@ export default class KoenigCardProductComponent extends Component {
|
||||||
@inject config;
|
@inject config;
|
||||||
|
|
||||||
@tracked files = null;
|
@tracked files = null;
|
||||||
imageExtensions = IMAGE_EXTENSIONS;
|
|
||||||
imageMimeTypes = IMAGE_MIME_TYPES;
|
|
||||||
|
|
||||||
@tracked previewSrc = null;
|
@tracked previewSrc = null;
|
||||||
@tracked isDraggedOver = false;
|
@tracked isDraggedOver = false;
|
||||||
|
|
||||||
|
imageExtensions = IMAGE_EXTENSIONS;
|
||||||
|
imageMimeTypes = IMAGE_MIME_TYPES;
|
||||||
|
|
||||||
handlesDragDrop = true;
|
handlesDragDrop = true;
|
||||||
|
|
||||||
get isButtonIncomplete() {
|
get isButtonIncomplete() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue