CG Dev

Results 5 comments of CG Dev
trafficstars

Hi Aimeos, I able to add textarea, but not able to save it. Can you guide me on this? ![image](https://user-images.githubusercontent.com/82187386/126472314-04eb12f9-203c-4537-a08a-b7b50f2daed0.png) 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.

Hi Aimeos, I tried the method suggested. let me know if any issue. The concern is it's difficult for user to configure at frontend ![image](https://user-images.githubusercontent.com/82187386/126444891-4e8a480c-e145-49c5-9a2e-65be676e9121.png) This section seems redundant. should...

> Yes, it's more difficult to configure but supports every format users want to use. Make sure you add the explaination of the placeholders to the label in `$beConfig`. The...

> You can add new types here: https://github.com/aimeos/ai-admin-jqadm/blob/master/admin/jqadm/templates/service/item-standard.php#L335-L362 Refer to aimeos/ai-admin-jqadm#199