![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/mageworx/module-seo-ai/etc/adminhtml/system/product/generate/ |
<?xml version="1.0"?> <!-- /** * Copyright © MageWorx. All rights reserved. * See LICENSE.txt for license details. */ --> <include xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_include.xsd"> <group id="meta_title" translate="label" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Meta Title</label> <field id="max_length" translate="label" sortOrder="10" type="text" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> <label>Max Length</label> <validate>validate-number validate-zero-or-greater</validate> </field> <field id="content" translate="label comment" sortOrder="20" type="textarea" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> <label>Content</label> <comment><![CDATA[ This text will be used as a request to OpenAI to generate a corresponding attribute value. The following variables are allowed: {{product_name}} - name of the product you generate data for {{short_description}} - short description of the product you generate data for {{description}} - description of the product you generate data for {{product_price}} - price of the product you generate data for {{categories_list}} - list of the categories the product is assigned to {{product_attributes}} - list of available product attributes in a title:value format {{max_length}} - max length of the result Please be careful when editing this request as it will affect the results you get. ]]></comment> </field> </group> </include>