Lighthouse draftjs
Added a button to draftjs toolbar to select a data-element inside a link. This option is showed only when both option, "link" and "lighthouse", are selected
Select options: "Prenotazione appuntamento" -> produce sul link data-element="appointment-booking" "Domande frequenti" -> produce sul link data-element="faq" "Segnalazione disservizio" -> produce sul link data-element="report-inefficency" "Dichiarazione di accessibilità" -> produce sul link data-element="accessibility-link" "Informativa privacy" -> produce sul link data-element="privacy-policy-link"
To add the data-element to the link it was necessary add a function to push it inside the tag because the constructor of this element wasn't accessible.
Bundle size diff
| Old size | New size | Diff |
|---|---|---|
| 11.95 MB | 11.95 MB | -1.14 KB (-0.01%) |