mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOC Document new in-modal file editing in changelogs
This commit is contained in:
parent
693c4cde46
commit
62703d5cad
@ -3,6 +3,7 @@
|
|||||||
## Overview {#overview}
|
## Overview {#overview}
|
||||||
|
|
||||||
* [MySQL tables are auto-converted from MyISAM to InnoDB](#myisam)
|
* [MySQL tables are auto-converted from MyISAM to InnoDB](#myisam)
|
||||||
|
* [Editing files directly in the insert-media modal](#in-modal-editing)
|
||||||
|
|
||||||
## MySQL tables are auto-converted from MyISAM to InnoDB {#myisam}
|
## MySQL tables are auto-converted from MyISAM to InnoDB {#myisam}
|
||||||
|
|
||||||
@ -53,3 +54,20 @@ class MyDataObject extends DataObject
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Editing files directly in the insert-media modal{#in-modal-editing}
|
||||||
|
|
||||||
|
Editors can now directly edit file details when selecting a file in an UploadField or when inserting media in a
|
||||||
|
HTMLEditorField. The "image placement" and "file link" forms that show when inserting an image or a link in an
|
||||||
|
HTMLEditorField have been simplified.
|
||||||
|
|
||||||
|
This does mean that the order and structure of fields have changed somewhat. If you have customised the forms in the
|
||||||
|
asset administration area or in the "Insert Media Modal", you should do some regression testing when upgrading to
|
||||||
|
make sure your customisations still work as expected.
|
||||||
|
|
||||||
|
If your project uses the popular [jonom/focuspoint](https://github.com/jonom/silverstripe-focuspoint) community
|
||||||
|
module, you should upgrade it as well.
|
||||||
|
|
||||||
|
<!--- Changes below this line will be automatically regenerated -->
|
||||||
|
|
||||||
|
<!--- Changes above this line will be automatically regenerated -->
|
||||||
|
Loading…
Reference in New Issue
Block a user