Index: /FCKeditor.Java/branches/2.4/src/main/resources/net/fckeditor/default.properties
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/resources/net/fckeditor/default.properties	(revision 1308)
+++ /FCKeditor.Java/branches/2.4/src/main/resources/net/fckeditor/default.properties	(revision 1308)
@@ -0,0 +1,29 @@
+## Default properties.
+##
+## @version $Id: default.properties 1184 2008-01-03 10:39:36Z th-schwarz $ 
+## @author <a href="mailto:th-schwarz@users.sourceforge.net">Thilo Schwarz</a>
+
+# default width of the editor
+fckeditor.width=100%
+
+# default height of the editor
+fckeditor.height=200px
+
+# default toolbar set of the editor
+fckeditor.toolbarset=Default
+
+# directory of the editor relative to the context root (starting / and no ending /)
+fckeditor.dir=/fckeditor
+
+# base directory for the user files relative to the context root (starting / and no ending /)
+fckeditor.basedir=/userfiles
+
+# allowed and denied extensions for each file type
+fckeditor.file.extensions.allowed=
+fckeditor.file.extensions.denied=php|php3|php5|phtml|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|dll|reg|cgi
+fckeditor.image.extensions.allowed=jpg|gif|jpeg|png|bmp
+fckeditor.image.extensions.denied=
+fckeditor.flash.extensions.allowed=
+fckeditor.flash.extensions.denied=swf|fla
+fckeditor.media.extensions.allowed=
+fckeditor.media.extensions.denied=
