Closed switch-cheehau closed 6 months ago
Hi Aimeos,
I able to add textarea, but not able to save it. Can you guide me on this?
Is textarea
a suitable keyword?
No, but "text" is: https://github.com/aimeos/aimeos-core/blob/master/lib/mshoplib/src/MShop/Common/Helper/Config/Standard.php#L64-L65
Okay, done. The next issue is after it saved, new line is missing.
If the configuration has been saved to the database, you should check here why it's not shown again: https://github.com/aimeos/ai-admin-jqadm/blob/master/admin/jqadm/js/admin.js#L343-L428
Input fields are now a textarea by default in 2024.x+
Refer to PR aimeos/aimeos-core#245