mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
refactor: feature based defaults
Co-authored-by: David Ralph <me@davidcralph.co.uk> Co-authored-by: Isaac <contact@eartharoid.me>
This commit is contained in:
13
src/features/quote/options/default.js
Normal file
13
src/features/quote/options/default.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const DefaultOptions = {
|
||||
quote: false,
|
||||
quoteType: 'api',
|
||||
customQuote: [],
|
||||
copyButton: false,
|
||||
quoteShareButton: false,
|
||||
favouriteQuoteEnabled: false,
|
||||
authorLink: false,
|
||||
authorImg: true,
|
||||
zoomQuote: 100
|
||||
};
|
||||
|
||||
export default DefaultOptions;
|
||||
Reference in New Issue
Block a user