Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
72:editor_references [2019/02/01 21:35] – [Allowed HTML Tags] ext-bkkr72:editor_references [2019/02/18 20:46] – [Allowed HTML Tags] ext-bkkr
Line 376: Line 376:
 </code> </code>
  
-Configuration Properties+==== Configuration Properties ====
  
 ^Property Name^Default Value^Description| ^Property Name^Default Value^Description|
Line 384: Line 384:
 |   \\ legacy.description. \\   \\ migration. \\  \\ unmanagedSection. \\  \\ templates|pre, script, dl, iframe, :onclick, div:id, img|The defined tags are converted to unmanaged sections.| |   \\ legacy.description. \\   \\ migration. \\  \\ unmanagedSection. \\  \\ templates|pre, script, dl, iframe, :onclick, div:id, img|The defined tags are converted to unmanaged sections.|
 |   \\ legacy.description. \\   \\ migration. \\  \\ unmanagedSection.regex| |Th matched regular expression is converted to an unmanaged section.| |   \\ legacy.description. \\   \\ migration. \\  \\ unmanagedSection.regex| |Th matched regular expression is converted to an unmanaged section.|
-|   \\ legacy.description. \\   \\ migration.copyAttribute. \\  \\ fromParent.templates|tr:style|  \\ Copies the given tag:attribute: [value],tag:attribute: [value] from the parent to the child tag. \\  \\ Before: \\  \\ <table> \\ <tr style="123"> \\ <td> \\ abc \\ </td> \\ </tr> \\ </table> \\  \\ After: \\  \\ <table> \\ <tr> \\ <td style="123"> \\ abc \\ </td> \\ </tr> \\  \\ </table> \\ +|   \\ legacy.description. \\   \\ migration.copyAttribute. \\  \\ fromParent.templates|tr:style|   \\ Copies the given tag:attribute: [value],tag:attribute: [value] from the parent to the child tag. \\   \\ Before: \\  \\ <table> \\ <tr style="123"> \\ <td> \\ abc \\ </td> \\ </tr> \\ </table> \\  \\ After: \\  \\ <table> \\ <tr> \\ <td style="123"> \\ abc \\ </td> \\ </tr> \\  \\ </table>
-   \\ legacy.description. \\  \\ migration.copyAttribute. \\  \\ toParent.templates \\ | |  \\ Copies the given tag:attribute: [value],tag:attribute: [value] from child tag to the parent tag. If the property is set to p:style:"background:#FF00FF" \\  \\ Before: \\  \\ <table> \\ <tr> \\ <td \\ style="width:50px"> \\ <p \\ style="background:#FF00FF">content</ \\ p> \\ <p \\ style="background:#FF0000">content2</ \\ p> \\ </td> \\ </tr> \\ </table> \\  \\ After: \\  \\ <table> \\ <tr> \\ <td style="width:50px \\ background:#FF00FF"> \\ <p>content</p> \\ <p \\ style="background:#FF0000">content2</ \\ p> \\ </td> \\ </tr> \\ </table> \\ |+  \\ legacy.description. \\   \\ migration.copyAttribute. \\  \\ toParent.templates| |   \\ Copies the given tag:attribute: [value],tag:attribute: [value] from child tag to the parent tag. If the property is set to p:style:"background:#FF00FF" \\   \\ Before: \\  \\ <table> \\ <tr> \\ <td \\ style="width:50px"> \\ <p \\ style="background:#FF00FF">content</ \\ p> \\ <p \\ style="background:#FF0000">content2</ \\ p> \\ </td> \\ </tr> \\ </table> \\  \\ After: \\  \\ <table> \\ <tr> \\ <td style="width:50px \\ background:#FF00FF"> \\ <p>content</p> \\ <p \\ style="background:#FF0000">content2</ \\ p> \\ </td> \\ </tr> \\ </table>|
  
 \\ \\