git clone https://github.com/chapter-three/next-drupal
The database is not publicly available in the repo. You can ping @shadcn. I'll send you a copy.
| <?php | |
| // Place in `custom_module/src/Entity/ListBuilder/PurchasedPlanListBuilder.php` | |
| namespace Drupal\custom_module\Entity\ListBuilder; | |
| use Drupal\apigee_m10n\Entity\ListBuilder\PurchasedPlanListBuilder as ApigeePurchasedPlanListBuilder; | |
| class PurchasedPlanListBuilder extends ApigeePurchasedPlanListBuilder { |
| import { merge } from "theme-ui" | |
| import base from "@reflexjs/preset-base" | |
| export default merge(base, { | |
| colors: { | |
| text: "#000", | |
| background: "#fff", | |
| primary: "#2a9d8f", | |
| secondary: "#e76f51", | |
| }, |
git clone https://github.com/chapter-three/next-drupal
The database is not publicly available in the repo. You can ping @shadcn. I'll send you a copy.