meta_description と同様に、属性 (「インスピレーション」) のテキスト フィールドの長さを制限する必要があります。Attributes.php (\app\code\core\Mage\Adminhtml\Block\Catalog\Product\Edit\Tab) のコード ブロックをコピーしてみました:
if ($form->getElement('meta_description')) {
$form->getElement('meta_description')->setOnkeyup('checkMaxLength(this, 255);');
}
「meta_description」を「inspiration」に置き換えましたが、うまくいきません。誰でもこれについて私を助けてもらえますか?