|
|
@@ -168,10 +168,9 @@ function getTypeFromViewElement( viewElement ) {
|
|
|
### Accompanying downcast conversion & updated plugin code
|
|
|
|
|
|
<info-box>
|
|
|
- See the {@link builds/guides/implementing-a-block-widget Implementing a block widget} to learn about widget system concepts.
|
|
|
+ See the {@link framework/guides/tutorials/implementing-a-block-widget Implementing a block widget} to learn about widget system concepts.
|
|
|
</info-box>
|
|
|
|
|
|
-
|
|
|
```js
|
|
|
function editingDowncastConverter( event, data, conversionApi ) {
|
|
|
let { infoBox, infoBoxContent, infoBoxTitle } = createViewElements( data, conversionApi );
|