Skip to content

Commit

Permalink
added background color to editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Dec 17, 2024
1 parent 47104d3 commit 9ab99ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions studio/src/editors/merch-card-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ class MerchCardEditor extends LitElement {
<mas-mnemonic-field></mas-mnemonic-field>
</template>
</mas-multifield>
<sp-field-label for="card-icon">Background Color</sp-field-label>
<sp-textfield
placeholder="Enter background color"
id="card-background-color"
data-field="backgroundColor"
value="${form.backgroundColor.values[0]}"
@input="${this.updateFragment}"
></sp-textfield>
<sp-field-label for="card-icon">Background Image</sp-field-label>
<sp-textfield
placeholder="Enter backgroung image URL"
Expand Down

0 comments on commit 9ab99ab

Please sign in to comment.