processwire icon indicating copy to clipboard operation
processwire copied to clipboard

Fix paste preprocessing regexAttr

Open esl51 opened this issue 1 year ago • 0 comments

(value without quotes and apostrophes and boolean value)

Fix paste preprocessing regular expression to support attributes whose value is specified without quotes and apostrophes (i.e. paste from Excel) and attributes without values (boolean attributes)

alt="hello", alt = 'hello', height=20, hidden

esl51 avatar Nov 29 '24 06:11 esl51