mirror of
https://github.com/mue/mue.git
synced 2026-07-19 15:04:11 +02:00
feat: individual widget zoom, hot reload for font and custom js/css etc
This commit is contained in:
@@ -3,6 +3,7 @@ import React from 'react';
|
||||
import Checkbox from '../Checkbox';
|
||||
import Text from '../Text';
|
||||
import Switch from '../Switch';
|
||||
import Slider from '../Slider';
|
||||
|
||||
export default function QuoteSettings() {
|
||||
const { quote } = window.language.modals.main.settings.sections;
|
||||
@@ -14,6 +15,7 @@ export default function QuoteSettings() {
|
||||
<Checkbox name='authorLink' text={quote.author_link} element='.other' />
|
||||
<Text title={quote.custom} name='customQuote' element='.other' />
|
||||
<Text title={quote.custom_author} name='customQuoteAuthor' element='.other'/>
|
||||
<Slider title={window.language.modals.main.settings.sections.appearance.accessibility.widget_zoom} name='zoomQuote' min='10' max='400' default='100' display='%' category='quote' element='.quotediv' />
|
||||
|
||||
<h3>{quote.buttons.title}</h3>
|
||||
<Checkbox name='copyButton' text={quote.buttons.copy} category='quote'/>
|
||||
|
||||
Reference in New Issue
Block a user