This commit is contained in:
2025-12-06 02:16:30 +01:00
parent 0f2055767d
commit 2215f70952

View File

@@ -129,6 +129,7 @@
log(`Starte Registrierung des Komponententyps '${REFERENCE_COMPONENT_TYPE}'.`, '#1E90FF');
setTimeout(() => {
const ReferenceModel = defaultType.model.extend({
defaults: {
...defaultType.model.prototype.defaults,
@@ -321,6 +322,7 @@
});
log(`Komponententyp '${REFERENCE_COMPONENT_TYPE}' registriert.`, '#008000');
}, 0);
};
// --------------------------------------------------------