Fix help buttons for some objects (#3601)

This commit is contained in:
Aurélien Vivet
2022-02-07 19:49:42 +01:00
committed by GitHub
parent 67776108f9
commit f4c730f5fd
2 changed files with 2 additions and 2 deletions

View File

@@ -396,7 +396,7 @@ module.exports = {
objectsEditorService.registerEditorConfiguration(
'BitmapText::BitmapTextObject',
objectsEditorService.getDefaultObjectJsImplementationPropertiesEditor({
helpPagePath: '/objects/bitmaptext',
helpPagePath: '/objects/bitmap_text',
})
);
},

View File

@@ -467,7 +467,7 @@ module.exports = {
objectsEditorService.registerEditorConfiguration(
'TileMap::TileMap',
objectsEditorService.getDefaultObjectJsImplementationPropertiesEditor({
helpPagePath: '/objects/tile_map_object',
helpPagePath: '/objects/tilemap',
})
);
},