PKe\RȰ!!wp-content.cssnuW+A/* Additional default styles for the editor */ html { cursor: text; } html.ios { width: 100px; min-width: 100%; } body { font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; font-size: 16px; line-height: 1.5; color: #333; margin: 9px 10px; max-width: 100%; -webkit-font-smoothing: antialiased !important; overflow-wrap: break-word; word-wrap: break-word; /* Old syntax */ } body.rtl { font-family: Tahoma, "Times New Roman", "Bitstream Charter", Times, serif; } body.locale-he-il, body.locale-vi { font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif; } body.wp-autoresize { overflow: visible !important; /* The padding ensures margins of the children are contained in the body. */ padding-top: 1px !important; padding-bottom: 1px !important; padding-left: 0 !important; padding-right: 0 !important; } /* When font-weight is different than the default browser style, Chrome and Safari replace and with spans with inline styles on pasting?! */ body.webkit strong, body.webkit b { font-weight: bold !important; } pre { font-family: Consolas, Monaco, monospace; } td, th { font-family: inherit; font-size: inherit; } /* For emoji replacement images */ img.emoji { display: inline !important; border: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .mceIEcenter { text-align: center; } img { height: auto; max-width: 100%; } .wp-caption { margin: 0; /* browser reset */ max-width: 100%; } /* iOS does not obey max-width if width is set. */ .ios .wp-caption { width: auto !important; } dl.wp-caption dt.wp-caption-dt img { display: inline-block; margin-bottom: -1ex; } div.mceTemp { -ms-user-select: element; } dl.wp-caption, dl.wp-caption * { -webkit-user-drag: none; } .wp-caption-dd { font-size: 14px; padding-top: 0.5em; margin: 0; /* browser reset */ } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; margin: 0.5em 1em 0.5em 0; } .alignright { float: right; margin: 0.5em 0 0.5em 1em; } /* Remove blue highlighting of selected images in WebKit */ img[data-mce-selected]::selection { background-color: transparent; } /* Styles for the WordPress plugins */ .mce-content-body img[data-mce-placeholder] { border-radius: 0; padding: 0; } .mce-content-body img[data-wp-more] { border: 0; -webkit-box-shadow: none; box-shadow: none; width: 96%; height: 16px; display: block; margin: 15px auto 0; outline: 0; cursor: default; } .mce-content-body img[data-mce-placeholder][data-mce-selected] { outline: 1px dotted #888; } .mce-content-body img[data-wp-more="more"] { background: transparent url( images/more.png ) repeat-y scroll center center; } .mce-content-body img[data-wp-more="nextpage"] { background: transparent url( images/pagebreak.png ) repeat-y scroll center center; } /* Styles for formatting the boundaries of anchors and code elements */ .mce-content-body a[data-mce-selected] { padding: 0 2px; margin: 0 -2px; border-radius: 2px; box-shadow: 0 0 0 1px #bfe6ff; background: #bfe6ff; } .mce-content-body .wp-caption-dt a[data-mce-selected] { outline: none; padding: 0; margin: 0; box-shadow: none; background: transparent; } .mce-content-body code { padding: 2px 4px; margin: 0; border-radius: 2px; color: #222; background: #f2f4f5; } .mce-content-body code[data-mce-selected] { background: #e9ebec; } /* Gallery, audio, video placeholders */ .mce-content-body img.wp-media { border: 1px solid #aaa; background-color: #f2f2f2; background-repeat: no-repeat; background-position: center center; width: 99%; height: 250px; outline: 0; cursor: pointer; } .mce-content-body img.wp-media:hover { background-color: #ededed; border-color: #72777c; } .mce-content-body img.wp-media.wp-media-selected { background-color: #d8d8d8; border-color: #72777c; } .mce-content-body img.wp-media.wp-gallery { background-image: url(images/gallery.png); } /* Image resize handles */ .mce-content-body div.mce-resizehandle { border-color: #72777c; width: 7px; height: 7px; } .mce-content-body img[data-mce-selected] { outline: 1px solid #72777c; } .mce-content-body img[data-mce-resize="false"] { outline: 0; } audio, video, embed { display: -moz-inline-stack; display: inline-block; } audio { visibility: hidden; } /* Fix for proprietary Mozilla display attribute, see #38757 */ [_moz_abspos] { outline: none; } a[data-wplink-url-error], a[data-wplink-url-error]:hover, a[data-wplink-url-error]:focus { outline: 2px dotted #dc3232; position: relative; } a[data-wplink-url-error]:before { content: ""; display: block; position: absolute; top: -2px; right: -2px; bottom: -2px; left: -2px; outline: 2px dotted #fff; z-index: -1; } /** * WP Views */ .wpview { width: 99.99%; /* All IE need hasLayout, incl. 11 (ugh, not again!!) */ position: relative; clear: both; margin-bottom: 16px; border: 1px solid transparent; } .mce-shim { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .wpview[data-mce-selected="2"] .mce-shim { display: none; } .wpview .loading-placeholder { border: 1px dashed #ccc; padding: 10px; } .wpview[data-mce-selected] .loading-placeholder { border-color: transparent; } /* A little "loading" animation, not showing in IE < 10 */ .wpview .wpview-loading { width: 60px; height: 5px; overflow: hidden; background-color: transparent; margin: 10px auto 0; } .wpview .wpview-loading ins { background-color: #333; margin: 0 0 0 -60px; width: 36px; height: 5px; display: block; -webkit-animation: wpview-loading 1.3s infinite 1s steps(36); animation: wpview-loading 1.3s infinite 1s steps(36); } @-webkit-keyframes wpview-loading { 0% { margin-left: -60px; } 100% { margin-left: 60px; } } @keyframes wpview-loading { 0% { margin-left: -60px; } 100% { margin-left: 60px; } } .wpview .wpview-content > iframe { max-width: 100%; background: transparent; } .wpview-error { border: 1px solid #ddd; padding: 1em 0; margin: 0; word-wrap: break-word; } .wpview[data-mce-selected] .wpview-error { border-color: transparent; } .wpview-error .dashicons, .loading-placeholder .dashicons { display: block; margin: 0 auto; width: 32px; height: 32px; font-size: 32px; } .wpview-error p { margin: 0; text-align: center; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } .wpview-type-gallery:after { content: ""; display: table; clear: both; } .gallery img[data-mce-selected]:focus { outline: none; } .gallery a { cursor: default; } .gallery { margin: auto -6px; padding: 6px 0; line-height: 1; overflow-x: hidden; } .ie7 .gallery, .ie8 .gallery { margin: auto; } .gallery .gallery-item { float: left; margin: 0; text-align: center; padding: 6px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .ie7 .gallery .gallery-item, .ie8 .gallery .gallery-item { padding: 6px 0; } .gallery .gallery-caption, .gallery .gallery-icon { margin: 0; } .gallery .gallery-caption { font-size: 13px; margin: 4px 0; } .gallery-columns-1 .gallery-item { width: 100%; } .gallery-columns-2 .gallery-item { width: 50%; } .gallery-columns-3 .gallery-item { width: 33.333%; } .ie8 .gallery-columns-3 .gallery-item, .ie7 .gallery-columns-3 .gallery-item { width: 33%; } .gallery-columns-4 .gallery-item { width: 25%; } .gallery-columns-5 .gallery-item { width: 20%; } .gallery-columns-6 .gallery-item { width: 16.665%; } .gallery-columns-7 .gallery-item { width: 14.285%; } .gallery-columns-8 .gallery-item { width: 12.5%; } .gallery-columns-9 .gallery-item { width: 11.111%; } .gallery img { max-width: 100%; height: auto; border: none; padding: 0; } img.wp-oembed { border: 1px dashed #888; background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center; width: 300px; height: 250px; outline: 0; } /* rtl */ .rtl .gallery .gallery-item { float: right; } @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { .mce-content-body img.mce-wp-more { background-image: url( images/more-2x.png ); background-size: 1900px 20px; } .mce-content-body img.mce-wp-nextpage { background-image: url( images/pagebreak-2x.png ); background-size: 1900px 20px; } } PKe\=UJimages/more.pngnuW+APNG  IHDRlv= (NOIENDB`PKe\V[[images/more-2x.pngnuW+APNG  IHDR(<$PLTELiqл&TtRNSYLpIDATx1j"a |rnr#z=3K:URagV$/էG5?'ʫvkOZ5ն-Cld_}Ik--5b{|Olou[OZ ID`lUԏ+I·) C9\^V)֓$ۚc{[X%mLz| h7|[N3t$m|=$=9voPm,Աݼ']I .[[cJ*VU bkb+Nl/1g{\)e۶[Y1kϧ9ŶmIl`n R:|ȧ:M-hvmdg` ,϶gYl`9iZOAlo5yIENDB`PKe\"۸images/playlist-audio.pngnuW+APNG  IHDR((mIDATxb?`dddBqT2:pԁC%:p;p4:puh9HN}@N b}#`X[1J7āa$E`@|M4r`%Ą#( Adr ėx;.,tΠ8@lĞ@QḮv ȠYYaA@G84%@l -6U}{ILo&!a,K)IH=@Lzzg*82`c?,b{EL$Ձ;đINaQT(mn# EChW1my@,5Ш@h=߀=/b)J$0<:M-RIENDB`PKe\QPD{{images/gallery.pngnuW+APNG  IHDR(( H_WPLTE~tRNS DMZwVQIDAT8O0ᑋU)-a,dBMi2*6z@ 3m~˨nKf숎'{pxhM)~EPT6ՔTeXw72|T#.\j K'eGjŹR!_ wZ ?Q_'$IENDB`PKe\Нimages/audio.pngnuW+APNG  IHDR22;TmtRNSv8UIDATHտK@ qVdK nU*: 8h(Ѐ%.EC 4w={o~ym-?<8nPyx^t6 zۣf 颫SŨ ݶIQ I;_2#y7I~&wTdT$)H`+;[ @HG' >g6 ň1FcELn(+(JH]jB-5)ˇ2yYXxy>D;Xϰo|Rȍ#AX_s9ajLח¬ޑϓ%0b3'3%ϛwX1G>IENDB`PKe\ PCCimages/pagebreak-2x.pngnuW+APNG  IHDR(<!PLTEĻ*|tRNSYss:*IDATx1H+!a K]ڣA9"c NYU n_ 9kYm;L^+Iꯩ pduǗ6uIj7Ӧd?;&lWuH휴,w=lSxYn m` !ٜVd]7a>a;]Znö0e].9^$˰֮O#Ϗd6𑪔RgsXISU}Ni@jz6*2IPpj: ۖ09مUJ*^-{ڞ4].l[R{ޞta=UO5N_788 [>:>a5r}!n[OI_kkǩ-ކRm⫰NIrV}m-ql_lWu9ɺlU{#ؾgKOIR mj7lSs{c\Ǿydx)[I-o:|X8gކj6?6=lzoݞ+_0D9 HIENDB`PKe\ kkimages/video.pngnuW+APNG  IHDR22;TmtRNSv8$IDATHֻ@`n "HDI/[ ۊ<@VxlvA쉉397od[f1*bE fj ۲LG]U)ٲIt 8< $0Jl=@{8BشptHv@TX\#Զ.j[6!ez[1*aLdh uNMg"Ehg"")qHGΊX&">ؕڱS?X% &)Vy*hbU[?g>pyV%fgNo.IENDB`PKe\.ppimages/dashicon-edit.pngnuW+APNG  IHDRE/PLTEwwwwwzwww~wwwwwww~wwwww~zwwͪwѽwɲѢwݲٮs:IDAT(0EӚR4O8Wr}aZ#f %olm"D&'L[#TF0ES>-eJ>g Yd G42'7[QϷ7>Vbm%VW/|}?IENDB`PKe\>Dimages/embedded.pngnuW+APNG  IHDR|\l!PLTELiq ***  y~}H1&rl|-"臓XgtG8/ iwds}lnk_my۳t]cmRUK:PUӟ`NDt.68N:4P_!aNBL^lC4.p~js9MTnb]q*>?i{`MFݑA3/&6Dvae\M?5;.'%).e}TsH8/axXhn^xhYP, J_aOA&)M^7(% ror|&3^eaY^L?r[ '!,1$!M=4UD:@2,?0(D5.H926("<-&eREXG>7*'bOB]J> gVI]LBS@6OA9lZMwdT7#H8-k[ʞƊt`t^L߬꺽ωoz& ӷݝn.D-ؓ|hwyyureu}QTVՔdm}~HRovBQ|FKQgz;CAũn7EgW_\aC Τ߶(>tɾOiztRNS# l<P4+}bGv׽Y\ױؾջًٲu˽lك۠<'L{gӑْ]Eؒ6 j̥Lrƫv? IDAThޭy\egSTU[JHH'%aU.h0C\Q?30"8~TƋ" ʮ"!1iI{׾SuQ;S9ٟyK5 @xMS.卥b곾( p~ T]0 lWu]Ubc TϝWq'-2m0O86=1s?hiYn?^ \v _T&v:DBKJX xjY&@Rd%3Cdix@?_]osd#$3tj(cU$HBC DXggHe>@,G@GržCۚ$z\fy:gj2PQ×5')|ͱ+ iֹ{t Vp_vigOud,#H=d/IdPJFzIY#pU~N+6^P?73!qWqaP6.Pˢ:ҙ0g-_<+mfw袕6lQlB=9ZsWM΁2$$_t3;BR Ƿ[=z{ !骑$Z_xa%L'G;C0 16<=ofK-~ϸK/?\tB+fP7 Ԍ!Mp'lƽJY41s'ѡ<&׺.W<=DxbuGv|Pʕs"(-]):)!ӯm+:#ڳ0=xMX'խ":B2[9e" p䍰xY.H] wn\wkJ]8Q !c% g+u:6W~6&D}'+&# o&$:WݧoԖӭ{R7M<~Ym{2ԂFj``ಧpGцzpȦ*d߯v|`k*:ʼLpd'+tikr;BZ+T{;hV@u<{zGV?Vf5rcy]˷/ e3i4 h)5!5Wٱg{P흡Zs5h qڊbq7En˸om\3]ֈAkeNi ם uQxWCJvA=GX|A6=3YFNuzol~]׎%&~sNn- C* x4D\22wxx;ץ,;\:G t)Fr37bq,drv\Ӓs'}Cprt񲾫qiQp{"Kێ_K߹n-xpXN ;e`7 7 k<\:9@3|:6*6)\Tִ<,?̲%A"+Ҫ{;}b.ms?aۙv2MF*gn DhYhKWFy)5$ԇGm޵h귟W24t^? >ع(Hyhbg~2N)u>;CJkꚙW +v1XpƼEQ-lh^TG#MwRo=ˬMr^iz8d+ 6z[i2篍^7,NtpdNAd8D [Ο,}=c<:f4~,@(l>̉XlNvW=նP?^m 輪tJ|"i(>=*%c {Պ3h}gI-1؇ѣm s.XN%cI)MR~64E{|c JDOtrqלK9'\_]MtzE!G#篑~<3ڕ׌ᵒ6ty@S;=q"7z'T' mBR\!zyޗQhǥ Hf7?ݝeM$I mJEߒ [04Utn.3P<&gbr68RPKCnLx6 ri7Mj%J$P=R5/Oeea?FP]k7W0趰q߼@mf@u>|Fdi߅;ݻri:*nm[;< 9ǽqtza[U}mO,ZcI{߼ECk"Z%}}f[7߳};mfv?Lr0CjQ(@%zk=Cm+'Ox"p_ǽM}>W#reXoZM-7zxɬ}hNsr;]ߖvV)+r>h_踟K17 vɡ=78_%S7Yun_A$n{UYRMdgNeK#ވrK'lwVdre;Mîv+.r)-3˙F.Rw%R{?ʪ;{t*Sp\;W6޷=n4]JasCLZ2z˵ywhvp޼˜ɼ`W$-3k,#mRG{CqE3A}/`!2mn-?-(uBLF EK-~mK޺hw?ăpB%@@N>k++ U"_99r<;ڧgPu?1]($.|)Uk9 9{i|.Yxn=<~}>4;Xt툷hr @Ŧ&ϺD.^xGZzj Z^Z1_kCY}ZKtxp,՛t%OI,5dR%Q,7lIf(wn:K {~~}ǦwWv_.: BYKAOR-NR:Oa"^CA*Ʃ T%ȍcȀD/guc*hJJYx jM@E 5ԉ5D1Ahi *mVsq '{2*lp"c TpAתH$4p i9`>@ح5NBF K4Sx+TgJU (; tm-.21ShE!$*ԉRCLGu4#$kaփl4LCU)1 R pKArISɒ1N'lA*'/N]kbv  BM-J£.H`ɀa3ghp"R=`uUN50kV Yc?*%F^ë7(X{3S(֩<%P _C9ufX4! bGJ>f, d'LkF&e ANM>T'dz{ D{f5H͈30n4zs@c g} FI$1\t\dtbza_{B`5r_=*omgQcQkFwC 2[X:mI"٣*:ʧŝEPfP?O'{(pOiT#Qv ѝx8|WމONP\,75lW\I&לOqlXUe2+k0ͧZx+u 1!OD& ;M}9 \bouݽ3쐅k7ÿ /|,)@~xi j5xۿ BLkjIENDB`PKe\lmttimages/pagebreak.pngnuW+APNG  IHDRlv=zPLTELiqҹ̾ʾݻڶȸĿ¾ϸͻȹҺϺĸþþƺ忿̺¾ü廻ةtSytRNSv?|{"#X"?-.w3wSH~9;~s07WϢkJK7D͍.͈E 4nq(dIENDB`PKe\FiSSimages/dashicon-no.pngnuW+APNG  IHDRE/PLTEwwwwwzww~wzwwz~ww~~~~~͂ՎՎww~Ś~ɞ~͞~ͮ͹զṎŚѦIDAT(ݒK@ DQ@|a7YN*[#Y~촙{jb-- 3N.TiZZ2*mUB `_n_sLG85>n&~"7za!IENDB`PKe\""images/playlist-video.pngnuW+APNG  IHDR(( H_EPLTE#WtRNS "#HJLMNQAvIDAT8ӹ >PO P©_e !9vo@̋c=4[mi gj"!NQed =ˑiϕiZO26sQA9CdIENDB`PK1\399 plugin.min.jsnuW+A!function(E){E.ui.FloatPanel.zIndex=100100,E.PluginManager.add("wordpress",function(p){var i,t,P=E.DOM,m=E.each,u=p.editorManager.i18n.translate,s=window.jQuery,o=window.wp,a=o&&o.editor&&o.editor.autop&&p.getParam("wpautop",!0);function e(n){var e,o=0,t="hide"===n;!(e=p.theme.panel?p.theme.panel.find(".toolbar:not(.menubar)"):e)||e.length<2||"hide"===n&&!e[1].visible()||(!n&&e[1].visible()&&(n="hide"),m(e,function(e,t){0/g,function(e,t){return''})),-1!==e.content.indexOf("\x3c!--nextpage--\x3e")&&(n=u("Page break"),e.content=e.content.replace(//g,'')),e.load&&"raw"!==e.format&&a&&(e.content=o.editor.autop(e.content)),-1===e.content.indexOf("]*>[\s\S]*?<\/\1>/g,function(e,t){return'<'+t+'>'})),e.content=e.content.replace(/

([^<>]+)<\/p>/gi,function(e,t){return" "!==t&&/\S/.test(t)?e:"


"}))}),p.on("PostProcess",function(e){e.get&&(e.content=e.content.replace(/]+>/g,function(e){var t,n,o="";return-1!==e.indexOf('data-wp-more="more"')?n="\x3c!--more"+(o=(t=e.match(/data-wp-more-text="([^"]+)"/))?t[1]:o)+"--\x3e":-1!==e.indexOf('data-wp-more="nextpage"')?n="\x3c!--nextpage--\x3e":-1!==e.indexOf("data-wp-preserve")&&(t=e.match(/ data-wp-preserve="([^"]+)"/))&&(n=decodeURIComponent(t[1])),n||e}))}),p.on("ResolveName",function(e){var t;"IMG"===e.target.nodeName&&(t=p.dom.getAttrib(e.target,"data-wp-more"))&&(e.name=t)}),p.addCommand("WP_More",function(e){var t,n="wp-more-tag",o=p.dom,i=p.selection.getNode();n+=" mce-wp-"+(e=e||"more"),t=u("more"===e?"Read more...":"Next page"),e='',"BODY"===i.nodeName||"P"===i.nodeName&&"BODY"===i.parentNode.nodeName?p.insertContent(e):(i=o.getParent(i,function(e){return!(!e.parentNode||"BODY"!==e.parentNode.nodeName)},p.getBody()))&&("P"===i.nodeName?i.appendChild(o.create("p",null,e).firstChild):o.insertAfter(o.create("p",null,e),i),p.nodeChanged())}),p.addCommand("WP_Code",function(){p.formatter.toggle("code")}),p.addCommand("WP_Page",function(){p.execCommand("WP_More","nextpage")}),p.addCommand("WP_Help",function(){var e,t=E.Env.mac?u("Ctrl + Alt + letter:"):u("Shift + Alt + letter:"),n=E.Env.mac?u("Cmd + letter:"):u("Ctrl + letter:"),o=[],i=[],a={},r={},s=0,d=0,l=p.settings.wp_shortcut_labels;function c(e,t){var n="",o=0;for(t=t||1,m(e,function(e,t){n+=""+t+""+u(e)+"",o++});o",o++;return n+""}l&&(m(l,function(e,t){var n;-1!==e.indexOf("meta")?(s++,(n=e.replace("meta","").toLowerCase())&&(a[n]=t,s%2==0&&(o.push(c(a,2)),a={}))):-1!==e.indexOf("access")&&(d++,(n=e.replace("access","").toLowerCase())&&(r[n]=t,d%2==0&&(i.push(c(r,2)),r={})))}),0"+(e=[u("Letter"),u("Action"),u("Letter"),u("Action")]).join("")+"",l=(l='
')+"

"+u("Default shortcuts,")+" "+n+'

'+e+o.join("")+"

"+u("Additional shortcuts,")+" "+t+'

'+e+i.join("")+"
",l=(l=p.plugins.wptextpattern&&(!E.Env.ie||8"+u("When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.")+''+c({"*":"Bullet list","1.":"Numbered list"})+c({"-":"Bullet list","1)":"Numbered list"})+"
")+"

"+u("The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.")+'

'+c({">":"Blockquote"})+c({"##":"Heading 2"})+c({"###":"Heading 3"})+c({"####":"Heading 4"})+c({"#####":"Heading 5"})+c({"######":"Heading 6"})+c({"---":"Horizontal line"})+"
":l)+"

"+u("Focus shortcuts:")+'

'+c({"Alt + F8":"Inline toolbar (when an image, link or preview is selected)"})+c({"Alt + F9":"Editor menu (when enabled)"})+c({"Alt + F10":"Editor toolbar"})+c({"Alt + F11":"Elements path"})+"

"+u("To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.")+"

",l+="
",(l=p.windowManager.open({title:"Keyboard Shortcuts",items:{type:"container",classes:"wp-help",html:l},buttons:{text:"Close",onclick:"close"}})).$el&&(l.$el.find('div[role="application"]').attr("role","document"),(l=l.$el.find(".mce-wp-help"))[0]&&(l.attr("tabindex","0"),l[0].focus(),l.on("keydown",function(e){33<=e.keyCode&&e.keyCode<=40&&e.stopPropagation()}))))}),p.addCommand("WP_Medialib",function(){o&&o.media&&o.media.editor&&o.media.editor.open(p.id)}),p.addButton("wp_more",{tooltip:"Insert Read More tag",onclick:function(){p.execCommand("WP_More","more")}}),p.addButton("wp_page",{tooltip:"Page break",onclick:function(){p.execCommand("WP_More","nextpage")}}),p.addButton("wp_help",{tooltip:"Keyboard Shortcuts",cmd:"WP_Help"}),p.addButton("wp_code",{tooltip:"Code",cmd:"WP_Code",stateSelector:"code"}),o&&o.media&&o.media.editor&&p.addMenuItem("add_media",{text:"Add Media",icon:"wp-media-library",context:"insert",cmd:"WP_Medialib"}),p.addMenuItem("wp_more",{text:"Insert Read More tag",icon:"wp_more",context:"insert",onclick:function(){p.execCommand("WP_More","more")}}),p.addMenuItem("wp_page",{text:"Page break",icon:"wp_page",context:"insert",onclick:function(){p.execCommand("WP_More","nextpage")}}),p.on("BeforeExecCommand",function(e){!E.Env.webkit||"InsertUnorderedList"!==e.command&&"InsertOrderedList"!==e.command||(t=t||p.dom.create("style",{type:"text/css"},"#tinymce,#tinymce span,#tinymce li,#tinymce li>span,#tinymce p,#tinymce p>span{font:medium sans-serif;color:#000;line-height:normal;}"),p.getDoc().head.appendChild(t))}),p.on("ExecCommand",function(e){E.Env.webkit&&t&&("InsertUnorderedList"===e.command||"InsertOrderedList"===e.command)&&p.dom.remove(t)}),p.on("init",function(){var n,o,i,e=E.Env,t=["mceContentBody"],a=p.getDoc(),r=p.dom;e.iOS&&r.addClass(a.documentElement,"ios"),"rtl"===p.getParam("directionality")&&(t.push("rtl"),r.setAttrib(a.documentElement,"dir","rtl")),r.setAttrib(a.documentElement,"lang",p.getParam("wp_lang_attr")),e.ie?9===parseInt(e.ie,10)?t.push("ie9"):8===parseInt(e.ie,10)?t.push("ie8"):e.ie<8&&t.push("ie7"):e.webkit&&t.push("webkit"),t.push("wp-editor"),m(t,function(e){e&&r.addClass(a.body,e)}),p.on("BeforeSetContent",function(e){e.content&&(e.content=e.content.replace(/

\s*<(p|div|ul|ol|dl|table|blockquote|h[1-6]|fieldset|pre)( [^>]*)?>/gi,"<$1$2>").replace(/<\/(p|div|ul|ol|dl|table|blockquote|h[1-6]|fieldset|pre)>\s*<\/p>/gi,""))}),s&&s(document).triggerHandler("tinymce-editor-init",[p]),window.tinyMCEPreInit&&window.tinyMCEPreInit.dragDropUpload&&r.bind(a,"dragstart dragend dragover drop",function(e){s&&s(document).trigger(new s.Event(e))}),p.getParam("wp_paste_filters",!0)&&(p.on("PastePreProcess",function(e){e.content=e.content.replace(/
/gi,""),E.Env.webkit||(e.content=e.content.replace(/(<[^>]+) style="[^"]*"([^>]*>)/gi,"$1$2"),e.content=e.content.replace(/(<[^>]+) data-mce-style=([^>]+>)/gi,"$1 style=$2"))}),p.on("PastePostProcess",function(e){m(r.select("p",e.node),function(e){r.isEmpty(e)&&r.remove(e)})})),p.settings.wp_shortcut_labels&&p.theme.panel&&(n={},o="Shift+Alt+",i="Ctrl+",E.Env.mac&&(o="\u2303\u2325",i="\u2318"),m(p.settings.wp_shortcut_labels,function(e,t){n[t]=e.replace("access",o).replace("meta",i)}),m(p.theme.panel.find("button"),function(e){e&&e.settings.tooltip&&n.hasOwnProperty(e.settings.tooltip)&&(e.settings.tooltip=p.translate(e.settings.tooltip)+" ("+n[e.settings.tooltip]+")")}),m(p.theme.panel.find("listbox"),function(e){e&&"Paragraph"===e.settings.text&&m(e.settings.values,function(e){e.text&&n.hasOwnProperty(e.text)&&(e.shortcut="("+n[e.text]+")")})}))}),p.on("SaveContent",function(e){p.inline||!p.isHidden()?(e.content=e.content.replace(/

(?:
|\u00a0|\uFEFF| )*<\/p>/g,"

 

"),a&&(e.content=o.editor.removep(e.content))):e.content=e.element.value}),p.on("preInit",function(){p.schema.addValidElements("@[id|accesskey|class|dir|lang|style|tabindex|title|contenteditable|draggable|dropzone|hidden|spellcheck|translate],i,b,script[src|async|defer|type|charset|crossorigin|integrity]"),E.Env.iOS&&(p.settings.height=300),m({c:"JustifyCenter",r:"JustifyRight",l:"JustifyLeft",j:"JustifyFull",q:"mceBlockQuote",u:"InsertUnorderedList",o:"InsertOrderedList",m:"WP_Medialib",z:"WP_Adv",t:"WP_More",d:"Strikethrough",h:"WP_Help",p:"WP_Page",x:"WP_Code"},function(e,t){p.shortcuts.add("access+"+t,"",e)}),p.addShortcut("meta+s","",function(){o&&o.autosave&&o.autosave.server.triggerSave()}),1 li",function(e,t){for(var n,o=t.parents.length;o--&&"OL"!==(n=t.parents[o].nodeName)&&"UL"!=n;);i.active(e&&"UL"===n)}),"numlist"===t&&e.selectorChanged("ol > li",function(e,t){for(var n,o=t.parents.length;o--&&"OL"!==(n=t.parents[o].nodeName)&&"UL"!==n;);i.active(e&&"OL"===n)}),i.settings.stateSelector&&e.selectorChanged(i.settings.stateSelector,function(e){i.active(e)},!0),i.settings.disabledStateSelector&&e.selectorChanged(i.settings.disabledStateSelector,function(e){i.disabled(e)})}"|"===i?o=null:r.has(i)?(i={type:i},s.toolbar_items_size&&(i.size=s.toolbar_items_size),a.push(i),o=null):(o||(o={type:"buttongroup",items:[]},a.push(o)),p.buttons[i]&&(t=i,(i="function"==typeof(i=p.buttons[t])?i():i).type=i.type||"button",s.toolbar_items_size&&(i.size=s.toolbar_items_size),i=r.create(i),o.items.push(i),p.initialized?e():p.on("init",e)))}),(n=r.create({type:"panel",layout:"stack",classes:"toolbar-grp inline-toolbar-grp",ariaRoot:!0,ariaRemember:!0,items:[{type:"toolbar",layout:"flow",items:a}]})).bottom=t,n.on("show",function(){this.reposition()}),n.on("keydown",function(e){27===e.keyCode&&(this.hide(),p.focus())}),p.on("remove",function(){n.remove()}),n.reposition=function(){if(!b)return this;var e,t=window.pageXOffset||document.documentElement.scrollLeft,n=window.pageYOffset||document.documentElement.scrollTop,o=window.innerWidth,i=window.innerHeight,a=C?C.getBoundingClientRect():{top:0,right:o,bottom:i,left:0,width:o,height:i},r=this.getEl(),s=r.offsetWidth,d=r.clientHeight,l=b.getBoundingClientRect(),c=(l.left+l.right)/2,p=d+5,m=x?x.getBoundingClientRect().bottom:0,u=v?v.getBoundingClientRect().bottom:0,g=_?i-_.getBoundingClientRect().top:0,h=y?i-y.getBoundingClientRect().top:0,f=Math.max(0,m,u,a.top),w=Math.max(0,g,h,i-a.bottom),m=l.top+a.top-f,u=i-a.top-l.bottom-w,g=i-f-w,h="",i=0,w=0;return g<=m||g<=u?(this.scrolling=!0,this.hide(),this.scrolling=!1):(E.Env.iOS&&"IMG"===b.nodeName&&(i=54,w=46),this.bottom?p<=u?(h=" mce-arrow-up",e=l.bottom+a.top+n-w):p<=m&&(h=" mce-arrow-down",e=l.top+a.top+n-d+i):p<=m?(h=" mce-arrow-down",e=l.top+a.top+n-d+i):p<=u&&g/2>l.bottom+a.top-f&&(h=" mce-arrow-up",e=l.bottom+a.top+n-w),void 0===e&&(e=n+f+5+w),c=c-s/2+a.left+t,l.left<0||l.right>a.width?c=a.left+t+(a.width-s)/2:o<=s?(h+=" mce-arrow-full",c=0):c<0&&l.left+s>o||oa.width+a.left+t&&(h+=" mce-arrow-right",c=l.right-s+a.left+t),E.Env.iOS&&"IMG"===b.nodeName&&(h=h.replace(/ ?mce-arrow-(up|down)/g,"")),r.className=r.className.replace(/ ?mce-arrow-[\w]+/g,"")+h,P.setStyles(r,{left:c,top:e})),this},n.hide().renderTo(document.body),n}},!0),{_showButtons:n,_hideButtons:n,_setEmbed:n,_getEmbed:n}})}(window.tinymce);PK1\qq plugin.jsnuW+A/* global getUserSetting, setUserSetting */ ( function( tinymce ) { // Set the minimum value for the modals z-index higher than #wpadminbar (100000) tinymce.ui.FloatPanel.zIndex = 100100; tinymce.PluginManager.add( 'wordpress', function( editor ) { var wpAdvButton, style, DOM = tinymce.DOM, each = tinymce.each, __ = editor.editorManager.i18n.translate, $ = window.jQuery, wp = window.wp, hasWpautop = ( wp && wp.editor && wp.editor.autop && editor.getParam( 'wpautop', true ) ); if ( $ ) { $( document ).triggerHandler( 'tinymce-editor-setup', [ editor ] ); } function toggleToolbars( state ) { var iframe, initial, toolbars, pixels = 0; initial = ( state === 'hide' ); if ( editor.theme.panel ) { toolbars = editor.theme.panel.find('.toolbar:not(.menubar)'); } if ( ! toolbars || toolbars.length < 2 || ( state === 'hide' && ! toolbars[1].visible() ) ) { return; } if ( ! state && toolbars[1].visible() ) { state = 'hide'; } each( toolbars, function( toolbar, i ) { if ( i > 0 ) { if ( state === 'hide' ) { toolbar.hide(); pixels += 30; } else { toolbar.show(); pixels -= 30; } } }); if ( pixels && ! initial ) { // Resize iframe, not needed in iOS if ( ! tinymce.Env.iOS ) { iframe = editor.getContentAreaContainer().firstChild; DOM.setStyle( iframe, 'height', iframe.clientHeight + pixels ); } if ( state === 'hide' ) { setUserSetting('hidetb', '0'); wpAdvButton && wpAdvButton.active( false ); } else { setUserSetting('hidetb', '1'); wpAdvButton && wpAdvButton.active( true ); } } editor.fire( 'wp-toolbar-toggle' ); } // Add the kitchen sink button :) editor.addButton( 'wp_adv', { tooltip: 'Toolbar Toggle', cmd: 'WP_Adv', onPostRender: function() { wpAdvButton = this; wpAdvButton.active( getUserSetting( 'hidetb' ) === '1' ? true : false ); } }); // Hide the toolbars after loading editor.on( 'PostRender', function() { if ( editor.getParam( 'wordpress_adv_hidden', true ) && getUserSetting( 'hidetb', '0' ) === '0' ) { toggleToolbars( 'hide' ); } }); editor.addCommand( 'WP_Adv', function() { toggleToolbars(); }); editor.on( 'focus', function() { window.wpActiveEditor = editor.id; }); editor.on( 'BeforeSetContent', function( event ) { var title; if ( event.content ) { if ( event.content.indexOf( '/g, function( match, moretext ) { return ''; }); } if ( event.content.indexOf( '' ) !== -1 ) { title = __( 'Page break' ); event.content = event.content.replace( //g, '' ); } if ( event.load && event.format !== 'raw' && hasWpautop ) { event.content = wp.editor.autop( event.content ); } if ( event.content.indexOf( ']*>[\s\S]*?<\/\1>/g, function( match, tag ) { return ''; } ); } // Remove spaces from empty paragraphs. // Try to avoid a lot of backtracking, can freeze the editor. See #35890 and #38294. event.content = event.content.replace( /

([^<>]+)<\/p>/gi, function( tag, text ) { if ( text === ' ' || ! /\S/.test( text ) ) { return '


'; } return tag; }); } }); editor.on( 'PostProcess', function( event ) { if ( event.get ) { event.content = event.content.replace(/]+>/g, function( image ) { var match, string, moretext = ''; if ( image.indexOf( 'data-wp-more="more"' ) !== -1 ) { if ( match = image.match( /data-wp-more-text="([^"]+)"/ ) ) { moretext = match[1]; } string = ''; } else if ( image.indexOf( 'data-wp-more="nextpage"' ) !== -1 ) { string = ''; } else if ( image.indexOf( 'data-wp-preserve' ) !== -1 ) { if ( match = image.match( / data-wp-preserve="([^"]+)"/ ) ) { string = decodeURIComponent( match[1] ); } } return string || image; }); } }); // Display the tag name instead of img in element path editor.on( 'ResolveName', function( event ) { var attr; if ( event.target.nodeName === 'IMG' && ( attr = editor.dom.getAttrib( event.target, 'data-wp-more' ) ) ) { event.name = attr; } }); // Register commands editor.addCommand( 'WP_More', function( tag ) { var parent, html, title, classname = 'wp-more-tag', dom = editor.dom, node = editor.selection.getNode(); tag = tag || 'more'; classname += ' mce-wp-' + tag; title = tag === 'more' ? 'Read more...' : 'Next page'; title = __( title ); html = ''; // Most common case if ( node.nodeName === 'BODY' || ( node.nodeName === 'P' && node.parentNode.nodeName === 'BODY' ) ) { editor.insertContent( html ); return; } // Get the top level parent node parent = dom.getParent( node, function( found ) { if ( found.parentNode && found.parentNode.nodeName === 'BODY' ) { return true; } return false; }, editor.getBody() ); if ( parent ) { if ( parent.nodeName === 'P' ) { parent.appendChild( dom.create( 'p', null, html ).firstChild ); } else { dom.insertAfter( dom.create( 'p', null, html ), parent ); } editor.nodeChanged(); } }); editor.addCommand( 'WP_Code', function() { editor.formatter.toggle('code'); }); editor.addCommand( 'WP_Page', function() { editor.execCommand( 'WP_More', 'nextpage' ); }); editor.addCommand( 'WP_Help', function() { var access = tinymce.Env.mac ? __( 'Ctrl + Alt + letter:' ) : __( 'Shift + Alt + letter:' ), meta = tinymce.Env.mac ? __( 'Cmd + letter:' ) : __( 'Ctrl + letter:' ), table1 = [], table2 = [], row1 = {}, row2 = {}, i1 = 0, i2 = 0, labels = editor.settings.wp_shortcut_labels, header, html, dialog, $wrap; if ( ! labels ) { return; } function tr( row, columns ) { var out = ''; var i = 0; columns = columns || 1; each( row, function( text, key ) { out += '' + key + '' + __( text ) + ''; i++; }); while ( i < columns ) { out += ''; i++; } return out + ''; } each ( labels, function( label, name ) { var letter; if ( label.indexOf( 'meta' ) !== -1 ) { i1++; letter = label.replace( 'meta', '' ).toLowerCase(); if ( letter ) { row1[ letter ] = name; if ( i1 % 2 === 0 ) { table1.push( tr( row1, 2 ) ); row1 = {}; } } } else if ( label.indexOf( 'access' ) !== -1 ) { i2++; letter = label.replace( 'access', '' ).toLowerCase(); if ( letter ) { row2[ letter ] = name; if ( i2 % 2 === 0 ) { table2.push( tr( row2, 2 ) ); row2 = {}; } } } } ); // Add remaining single entries. if ( i1 % 2 > 0 ) { table1.push( tr( row1, 2 ) ); } if ( i2 % 2 > 0 ) { table2.push( tr( row2, 2 ) ); } header = [ __( 'Letter' ), __( 'Action' ), __( 'Letter' ), __( 'Action' ) ]; header = '' + header.join( '' ) + ''; html = '
'; // Main section, default and additional shortcuts html = html + '

' + __( 'Default shortcuts,' ) + ' ' + meta + '

' + '' + header + table1.join('') + '
' + '

' + __( 'Additional shortcuts,' ) + ' ' + access + '

' + '' + header + table2.join('') + '
'; if ( editor.plugins.wptextpattern && ( ! tinymce.Env.ie || tinymce.Env.ie > 8 ) ) { // Text pattern section html = html + '

' + __( 'When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.' ) + '

' + '' + tr({ '*': 'Bullet list', '1.': 'Numbered list' }) + tr({ '-': 'Bullet list', '1)': 'Numbered list' }) + '
'; html = html + '

' + __( 'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' ) + '

' + '' + tr({ '>': 'Blockquote' }) + tr({ '##': 'Heading 2' }) + tr({ '###': 'Heading 3' }) + tr({ '####': 'Heading 4' }) + tr({ '#####': 'Heading 5' }) + tr({ '######': 'Heading 6' }) + tr({ '---': 'Horizontal line' }) + '
'; } // Focus management section html = html + '

' + __( 'Focus shortcuts:' ) + '

' + '' + tr({ 'Alt + F8': 'Inline toolbar (when an image, link or preview is selected)' }) + tr({ 'Alt + F9': 'Editor menu (when enabled)' }) + tr({ 'Alt + F10': 'Editor toolbar' }) + tr({ 'Alt + F11': 'Elements path' }) + '
' + '

' + __( 'To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.' ) + '

'; html += '
'; dialog = editor.windowManager.open( { title: 'Keyboard Shortcuts', items: { type: 'container', classes: 'wp-help', html: html }, buttons: { text: 'Close', onclick: 'close' } } ); if ( dialog.$el ) { dialog.$el.find( 'div[role="application"]' ).attr( 'role', 'document' ); $wrap = dialog.$el.find( '.mce-wp-help' ); if ( $wrap[0] ) { $wrap.attr( 'tabindex', '0' ); $wrap[0].focus(); $wrap.on( 'keydown', function( event ) { // Prevent use of: page up, page down, end, home, left arrow, up arrow, right arrow, down arrow // in the dialog keydown handler. if ( event.keyCode >= 33 && event.keyCode <= 40 ) { event.stopPropagation(); } }); } } } ); editor.addCommand( 'WP_Medialib', function() { if ( wp && wp.media && wp.media.editor ) { wp.media.editor.open( editor.id ); } }); // Register buttons editor.addButton( 'wp_more', { tooltip: 'Insert Read More tag', onclick: function() { editor.execCommand( 'WP_More', 'more' ); } }); editor.addButton( 'wp_page', { tooltip: 'Page break', onclick: function() { editor.execCommand( 'WP_More', 'nextpage' ); } }); editor.addButton( 'wp_help', { tooltip: 'Keyboard Shortcuts', cmd: 'WP_Help' }); editor.addButton( 'wp_code', { tooltip: 'Code', cmd: 'WP_Code', stateSelector: 'code' }); // Menubar // Insert->Add Media if ( wp && wp.media && wp.media.editor ) { editor.addMenuItem( 'add_media', { text: 'Add Media', icon: 'wp-media-library', context: 'insert', cmd: 'WP_Medialib' }); } // Insert "Read More..." editor.addMenuItem( 'wp_more', { text: 'Insert Read More tag', icon: 'wp_more', context: 'insert', onclick: function() { editor.execCommand( 'WP_More', 'more' ); } }); // Insert "Next Page" editor.addMenuItem( 'wp_page', { text: 'Page break', icon: 'wp_page', context: 'insert', onclick: function() { editor.execCommand( 'WP_More', 'nextpage' ); } }); editor.on( 'BeforeExecCommand', function(e) { if ( tinymce.Env.webkit && ( e.command === 'InsertUnorderedList' || e.command === 'InsertOrderedList' ) ) { if ( ! style ) { style = editor.dom.create( 'style', {'type': 'text/css'}, '#tinymce,#tinymce span,#tinymce li,#tinymce li>span,#tinymce p,#tinymce p>span{font:medium sans-serif;color:#000;line-height:normal;}'); } editor.getDoc().head.appendChild( style ); } }); editor.on( 'ExecCommand', function( e ) { if ( tinymce.Env.webkit && style && ( 'InsertUnorderedList' === e.command || 'InsertOrderedList' === e.command ) ) { editor.dom.remove( style ); } }); editor.on( 'init', function() { var env = tinymce.Env, bodyClass = ['mceContentBody'], // back-compat for themes that use this in editor-style.css... doc = editor.getDoc(), dom = editor.dom; if ( env.iOS ) { dom.addClass( doc.documentElement, 'ios' ); } if ( editor.getParam( 'directionality' ) === 'rtl' ) { bodyClass.push('rtl'); dom.setAttrib( doc.documentElement, 'dir', 'rtl' ); } dom.setAttrib( doc.documentElement, 'lang', editor.getParam( 'wp_lang_attr' ) ); if ( env.ie ) { if ( parseInt( env.ie, 10 ) === 9 ) { bodyClass.push('ie9'); } else if ( parseInt( env.ie, 10 ) === 8 ) { bodyClass.push('ie8'); } else if ( env.ie < 8 ) { bodyClass.push('ie7'); } } else if ( env.webkit ) { bodyClass.push('webkit'); } bodyClass.push('wp-editor'); each( bodyClass, function( cls ) { if ( cls ) { dom.addClass( doc.body, cls ); } }); // Remove invalid parent paragraphs when inserting HTML editor.on( 'BeforeSetContent', function( event ) { if ( event.content ) { event.content = event.content.replace( /

\s*<(p|div|ul|ol|dl|table|blockquote|h[1-6]|fieldset|pre)( [^>]*)?>/gi, '<$1$2>' ) .replace( /<\/(p|div|ul|ol|dl|table|blockquote|h[1-6]|fieldset|pre)>\s*<\/p>/gi, '' ); } }); if ( $ ) { $( document ).triggerHandler( 'tinymce-editor-init', [editor] ); } if ( window.tinyMCEPreInit && window.tinyMCEPreInit.dragDropUpload ) { dom.bind( doc, 'dragstart dragend dragover drop', function( event ) { if ( $ ) { // Trigger the jQuery handlers. $( document ).trigger( new $.Event( event ) ); } }); } if ( editor.getParam( 'wp_paste_filters', true ) ) { editor.on( 'PastePreProcess', function( event ) { // Remove trailing
added by WebKit browsers to the clipboard event.content = event.content.replace( /
/gi, '' ); // In WebKit this is handled by removeWebKitStyles() if ( ! tinymce.Env.webkit ) { // Remove all inline styles event.content = event.content.replace( /(<[^>]+) style="[^"]*"([^>]*>)/gi, '$1$2' ); // Put back the internal styles event.content = event.content.replace(/(<[^>]+) data-mce-style=([^>]+>)/gi, '$1 style=$2' ); } }); editor.on( 'PastePostProcess', function( event ) { // Remove empty paragraphs each( dom.select( 'p', event.node ), function( node ) { if ( dom.isEmpty( node ) ) { dom.remove( node ); } }); }); } if ( editor.settings.wp_shortcut_labels && editor.theme.panel ) { var labels = {}; var access = 'Shift+Alt+'; var meta = 'Ctrl+'; // For Mac: ctrl = \u2303, cmd = \u2318, alt = \u2325 if ( tinymce.Env.mac ) { access = '\u2303\u2325'; meta = '\u2318'; } each( editor.settings.wp_shortcut_labels, function( value, name ) { labels[ name ] = value.replace( 'access', access ).replace( 'meta', meta ); } ); each( editor.theme.panel.find('button'), function( button ) { if ( button && button.settings.tooltip && labels.hasOwnProperty( button.settings.tooltip ) ) { // Need to translate now. We are changing the string so it won't match and cannot be translated later. button.settings.tooltip = editor.translate( button.settings.tooltip ) + ' (' + labels[ button.settings.tooltip ] + ')'; } } ); // listbox for the "blocks" drop-down each( editor.theme.panel.find('listbox'), function( listbox ) { if ( listbox && listbox.settings.text === 'Paragraph' ) { each( listbox.settings.values, function( item ) { if ( item.text && labels.hasOwnProperty( item.text ) ) { item.shortcut = '(' + labels[ item.text ] + ')'; } } ); } } ); } }); editor.on( 'SaveContent', function( event ) { // If editor is hidden, we just want the textarea's value to be saved if ( ! editor.inline && editor.isHidden() ) { event.content = event.element.value; return; } // Keep empty paragraphs :( event.content = event.content.replace( /

(?:
|\u00a0|\uFEFF| )*<\/p>/g, '

 

' ); if ( hasWpautop ) { event.content = wp.editor.removep( event.content ); } }); editor.on( 'preInit', function() { var validElementsSetting = '@[id|accesskey|class|dir|lang|style|tabindex|' + 'title|contenteditable|draggable|dropzone|hidden|spellcheck|translate],' + // Global attributes. 'i,' + // Don't replace with and with and don't remove them when empty. 'b,' + 'script[src|async|defer|type|charset|crossorigin|integrity]'; // Add support for