Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save bickart/5467c3f1ddc89383799ecbb77914dcbd 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