feat(addons): finalize event addon catalog and ai styling upgrade flow
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-02-07 12:35:07 +01:00
parent 8cc0918881
commit d2808ffa4f
36 changed files with 1372 additions and 457 deletions

View File

@@ -38,5 +38,11 @@ return [
'price' => (float) env('ADDON_AI_STYLING_PRICE', 9.00),
'currency' => 'EUR',
'increments' => [],
'metadata' => [
'scope' => 'feature',
'entitlements' => [
'features' => ['ai_styling'],
],
],
],
];