Added new barcode placeholders to ckeditor plugin

This commit is contained in:
Jan Böhmer 2025-05-11 00:45:11 +02:00
parent 841a441c98
commit 2778dc7e35
2 changed files with 4 additions and 0 deletions

View file

@ -128,6 +128,8 @@ const PLACEHOLDERS = [
['[[BARCODE_QR]]', 'QR code linking to this element'],
['[[BARCODE_C128]]', 'Code 128 barcode linking to this element'],
['[[BARCODE_C39]]', 'Code 39 barcode linking to this element'],
['[[BARCODE_C93]]', 'Code 93 barcode linking to this element'],
['[[BARCODE_DATAMATRIX]]', 'Datamatrix code linking to this element'],
]
},
{