Skip to content

Commit cd10887

Browse files
committed
Fix categories Blockly (manquait texte… nbre…).
1 parent 5268509 commit cd10887

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/ide_injections.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@ function inject_microalg_blockly_in(elt_id, editor_id, msg) {
255255
' <block type="concatener"></block>' +
256256
' <block type="demander"></block>' +
257257
' <block type="operations"></block>' +
258+
' <block type="texte?"></block>' +
259+
' <block type="texte"></block>' +
260+
' <block type="nombre?"></block>' +
261+
' <block type="nombre"></block>' +
258262
' </category>' +
259263
' <category name="Autres">' +
260264
' <block type="texte_litteral"></block>' +

0 commit comments

Comments
 (0)