8
0
Просмотр исходного кода

Docs: Added section about config options.

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
fb338685e8
2 измененных файлов с 7 добавлено и 3 удалено
  1. 5 1
      docs/builds/guides/integration/configuration.md
  2. 2 2
      docs/builds/guides/overview.md

+ 5 - 1
docs/builds/guides/integration/configuration.md

@@ -84,4 +84,8 @@ ClassicEditor
 	The above is a strict UI-related configuration. Removing a toolbar item does not remove the feature from the editor internals. If your goal with the toolbar configuration is to remove features, the right solution is to remove their relative plugins. Check [Enabling features](#Enabling-features) above for more information.
 </side-box>
 
-<!-- TODO Add section about other configuration options. -->
+## Other configuration options
+
+See {@link module:core/editor/editor~EditorConfig} to learn about all available configuration options.
+
+Some of the options may require loading plugins which are not available in the build you use. Read more about {@linkTODO builds/guides/development/custom-builds.md customizing builds}.

+ 2 - 2
docs/builds/guides/overview.md

@@ -44,9 +44,9 @@ Each build was designed to satisfy as many use cases as possible. They differ in
 
 Every build comes with a default set of features and a default configuration of them. Although the builds try to fit many cases, they may still need to be adjusted in some integrations.
 
-You can override the default configuration of features when creating an instance of the editor. It's also possible to remove some of built-in features through the configuration (if the build comes with too many of them). Read more in the {@link TODO Configuration guide}.
+You can override the default configuration of features when creating an instance of the editor. It's also possible to remove some of built-in features through the configuration (if the build comes with too many of them). Read more in the {@linkTODO Configuration guide}.
 
-If a build doesn't provide all the necessary features or you want create a highly optimized build of editor which will contain only the necessary features, then you need to customize the build or create a brand new one. Check {@link TODO Custom builds} for details on how to change the default builds to match your preferences.
+If a build doesn't provide all the necessary features or you want create a highly optimized build of editor which will contain only the necessary features, then you need to customize the build or create a brand new one. Check {@linkTODO Custom builds} for details on how to change the default builds to match your preferences.
 
 ## Use cases