Enhance typeopenany.php with new attributes and update IForm.php for improved form handling.

This commit is contained in:
stephan.kasdorf
2025-10-10 13:46:49 +02:00
parent b131d5cacc
commit 69c0916809
2 changed files with 10 additions and 3 deletions

View File

@@ -16,9 +16,10 @@ class TypeOpenAny extends FormAttributes implements IForm
self::FORM_ATTRIBUTE_CLASS => '',
self::FORM_ATTRIBUTE_ANY => '',
self::FORM_ATTRIBUTE_HREF => '',
'src' => '',
'alt' => '',
'style' => ''
self::FORM_ATTRIBUTE_SRC => '',
self::FORM_ATTRIBUTE_ALT => '',
'style' => '',
'data-sitekey' => ''
);
/**