Skip to content

Instantly share code, notes, and snippets.

@bickart
Created July 8, 2026 23:02
Show Gist options
  • Select an option

  • Save bickart/d9e3342d92949abea4d88b0a8b5af4dd to your computer and use it in GitHub Desktop.

Select an option

Save bickart/d9e3342d92949abea4d88b0a8b5af4dd to your computer and use it in GitHub Desktop.
<?php
$dictionary['MyModule'] = [
'table' => 'mymodule',
'audited' => true,
'fields' => [
// Core module fields would follow here...
],
'indices' => [
// Core module indexes would follow here...
],
];
\VardefManager::createVardef('MyModule', 'MyModule', [
'basic',
'assignable',
'currency',
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment