ji-devs / ji-wysiwyg-editor

Jewish Interactive Wysiwyg Editor
https://jewish-interactive.github.io/ji-wysiwyg-editor/
MIT License
0 stars 0 forks source link

Allow totally clean font size list #17

Open dakom opened 5 years ago

dakom commented 5 years ago

Similar to #3 but for font sizes

Should allow any string (i.e. if this option is used, it's up to the caller to decide px,ems, etc.)

jpuri commented 5 years ago

@dakom : whats possible with the current font-size option is that we change the available font sizes or reduce/add more to them. It does not have option to set px,ems. It would be required to develop a custom component for this - which will take longer.

dakom commented 5 years ago

OK - understood. Do you expect the list as numbers then, as opposed to strings?

jpuri commented 5 years ago

Yes currently its a dropdown where user selects a number and px is always added to it while styling.