ozvaris
Results
2
comments of
ozvaris
There is a "cards" array below of the card.js you can modify the number of length to 16 from there.
below imports solved my issue /* eslint-disable import/extensions */ // Require Editor JS files. import 'froala-editor/js/froala_editor.pkgd.min.js' // Require Editor CSS files. import 'froala-editor/css/froala_editor.pkgd.min.css' import 'froala-editor/css/froala_style.min.css' import 'froala-editor/css/plugins.pkgd.min.css' import 'froala-editor/js/plugins.pkgd.min.js' import...