Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Twill + add Feature Flags + basic Pages Capsule + basic Transformers #4

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

antonioribeiro
Copy link

Work in progress, just for everyone to know that this is being done.

.env.example Outdated Show resolved Hide resolved
@antonioribeiro antonioribeiro force-pushed the twill-settings branch 2 times, most recently from 90bb454 to 1ad3c16 Compare July 11, 2022 12:56
@antonioribeiro antonioribeiro changed the title WIP: Configure Twill + add Feature Flags + basic Pages Capsule + basic Transformers Configure Twill + add Feature Flags + basic Pages Capsule + basic Transformers Jul 18, 2022
Antonio Ribeiro added 2 commits July 18, 2022 16:48
Avoid using Laravel as `APP_NAME` to avoid confusion ;-)
Make sure Twill bundled assets are updated after `composer install`, to
ensure admin interface (CSS/JS).
Comment on lines +15 to +24
'config' => [
'title' => 'Configuration',
'route' => 'admin.config.featureFlags.index',
'primary_navigation' => [
'featureFlags' => [
'title' => 'Feature Flags',
'route' => 'admin.config.featureFlags.index',
],
],
],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be discussed where to place these settings?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants