audit-object-model
Instructions
- Open
classes/{Domain}.php— read the$definitionarray fully. - Extract the
tablename — this is the primary DB table. - List every field in
$definition['fields']: field name, type, validate rule, required flag, lang flag, shop flag. - Identify multilingual fields (
'lang' => true) — these needTranslatableTypein the form and multilingual handling in handlers. - Identify shop-scoped fields (
'shop' => true) — these require multistore-awa
[Description truncada. Veja o README completo no GitHub.]