Ver Fonte

Merge branch 'master' into i/6025

~ Conflicts:
~	docs/builds/guides/migrate.md
Marek Lewandowski há 6 anos atrás
pai
commit
42c0b0866b

+ 23 - 0
.github/ISSUE_TEMPLATE/3-enhancement.md

@@ -0,0 +1,23 @@
+---
+name: "💅 Enhancement"
+about: Improving an existing functionality.
+title: ''
+labels: type:enhancement
+assignees: ''
+
+---
+
+## 📝 Provide a description of the improvement
+
+*How the feature works now and what you'd like to change*?
+
+## 📃 Other details
+
+* Browser: …
+* OS: …
+* CKEditor version: …
+* Installed CKEditor plugins: …
+
+---
+
+If you'd like to see this improvement implemented, add a 👍 reaction to this post.

+ 0 - 0
.github/ISSUE_TEMPLATE/3-docs-issue.md → .github/ISSUE_TEMPLATE/6-docs-issue.md


+ 1 - 1
docs/builds/guides/migrate.md

@@ -420,7 +420,7 @@ Note: The number of options was reduced on purpose. We understood that configuri
 			<td>Available via more powerful {@link module:image/image~ImageConfig#styles `config.image.styles`}. This also allows for using custom style definitions, not only left, right and center alignment. See the <a href="https://ckeditor.com/docs/ckeditor5/latest/features/image.html#image-styles" target="_blank" rel="noopener">Image styles feature overview</a>.</td>
 		</tr>
 		<tr>
-			<td><a href="../../../../ckeditor4/latest/api/CKEDITOR_config.html#cfg-image2_altRequired">image2_altRequired</a> <br> <a href="../../../../ckeditor4/latest/api/CKEDITOR_config.html#cfg-image2_captionedClass">image2_captionedClass</a> <br> <a href="../../../../ckeditor4/latest/api/CKEDITOR_config.html#cfg-image2_disableResizer">image2_disableResizer</a> <br> <a href="../../../../ckeditor4/latest/api/CKEDITOR_config.html#cfg-image2_image2_maxSize">image2_maxSize</a> <br> <a href="../../../../ckeditor4/latest/api/CKEDITOR_config.html#cfg-image2_prefillDimensions">image2_prefillDimensions</a></td>
+			<td><a href="../../../../ckeditor4/latest/api/CKEDITOR_config.html#cfg-image2_altRequired">image2_altRequired</a> <br> <a href="../../../../ckeditor4/latest/api/CKEDITOR_config.html#cfg-image2_captionedClass">image2_captionedClass</a> <br> <a href="../../../../ckeditor4/latest/api/CKEDITOR_config.html#cfg-image2_disableResizer">image2_disableResizer</a> <br> <a href="../../../../ckeditor4/latest/api/CKEDITOR_config.html#cfg-image2_maxSize">image2_maxSize</a> <br> <a href="../../../../ckeditor4/latest/api/CKEDITOR_config.html#cfg-image2_prefillDimensions">image2_prefillDimensions</a></td>
 			<td>Refer to the {@link features/image Images feature} guide to learn more about image-related features and customization options in CKEditor 5.</td>
 		</tr>
 		<tr>