Skip to content

Commit

Permalink
fix(core/api): json export remove proxy fields (__initializer__, ...)…
Browse files Browse the repository at this point in the history
… (#911)
  • Loading branch information
Davidmattei authored Jun 13, 2024
1 parent 810f77f commit 86e6fa9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions configs/admin/wysiwyg-profile/Standard.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"properties": {
"name": "Standard",
"config": "{\r\n \"plugins\": \"adv_link,uploadimage,imagebrowser,a11yhelp,basicstyles,bidi,clipboard,colorbutton,colordialog,contextmenu,dialogadvtab,div,elementspath,enterkey,entities,filebrowser,find,floatingspace,format,horizontalrule,htmlwriter,image2,indentlist,indentblock,justify,language,list,liststyle,magicline,maximize,newpage,preview,removeformat,resize,save,scayt,selectall,showborders,sourcearea,specialchar,stylescombo,tab,table,tabletools,templates,toolbar,undo,wsc,wysiwygarea\",\r\n \"pasteFromWordRemoveFontStyles\": true,\r\n \"pasteFromWordRemoveStyles\": true,\r\n \"removeButtons\": \"Paste,Anchor,HorizontalRule,Underline,Strike\",\r\n \"language\": \"en\",\r\n \"toolbarGroups\": [\r\n {\r\n \"name\": \"clipboard\",\r\n \"groups\": [\"clipboard\", \"undo\"]\r\n },\r\n {\r\n \"name\": \"editing\"\r\n },\r\n {\r\n \"name\": \"links\"\r\n },\r\n {\r\n \"name\": \"insert\"\r\n },\r\n {\r\n \"name\": \"tools\",\r\n \"groups\": [\"mode\"]\r\n },\r\n {\r\n \"name\": \"basicstyles\",\r\n \"groups\": [\"basicstyles\", \"cleanup\"]\r\n },\r\n {\r\n \"name\": \"paragraph\",\r\n \"groups\": [\"list\", \"indent\", \"blocks\", \"align\"]\r\n },\r\n {\r\n \"name\": \"styles\"\r\n }\r\n ]\r\n}",
"orderKey": 1,
"__initializer__": null,
"__cloner__": null,
"__isInitialized__": true
"orderKey": 1
},
"replaced": []
}

0 comments on commit 86e6fa9

Please sign in to comment.