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

Sous layout builder recipe #10

Open
wants to merge 55 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
1da43ec
feature: sous3377856 Add basic recipe framework and starter recipe
laura-johnson Aug 2, 2023
b6b4d4f
Updates to composer and scripts
laura-johnson Aug 22, 2023
e8cc0ee
add composer unpack script + instructions to readme
laura-johnson Sep 18, 2023
7c3fb9f
update readme
laura-johnson Sep 18, 2023
df1e69f
add base modules and config to sous_base recipe
laura-johnson Sep 25, 2023
7f0a911
Clean up scripts and composer
laura-johnson Sep 26, 2023
a950fdc
add field_group patches
laura-johnson Sep 26, 2023
bd60d7b
enable emulsify_twig, components and sous-theme
laura-johnson Oct 4, 2023
bc10cc6
add superuser role and remove gin blocks
laura-johnson Oct 4, 2023
b6b187c
move block superuser and assign role to install-recipe.sh
laura-johnson Oct 4, 2023
1004e58
script adjustment
laura-johnson Oct 4, 2023
ccf8fee
script adjustment
laura-johnson Oct 4, 2023
d45d116
fix composer json
laura-johnson Oct 4, 2023
ea23052
update readme
laura-johnson Oct 4, 2023
b6242b9
disable gin blocks
laura-johnson Oct 4, 2023
3db1c7e
update config actions
laura-johnson Oct 4, 2023
2a73944
add sous-builder repository to composer
laura-johnson Nov 6, 2023
1246a5a
feat: remove all contrib modules except those required for emulsify
laura-johnson Dec 9, 2023
535ab60
feat: remove uuid from config
laura-johnson Dec 9, 2023
699c981
fix: remove file permissions from superuser
laura-johnson Dec 10, 2023
4d3240a
fix: change theme back to sous-theme in sous_base
laura-johnson Dec 10, 2023
a5ffe0f
feat: add sous_admin recipe to repo
Dec 4, 2023
b05bf65
feat: update install instructions
Dec 4, 2023
b819ae0
feat: add sous_admin to setup script
Dec 4, 2023
53272b5
feat: move sous_admin to scaffolding folder
Dec 8, 2023
e92a735
feat: remove gitkeeps
Dec 8, 2023
1c5c03f
feat: update descriptions to not use single quote
laura-johnson Dec 9, 2023
c3cb508
feat: remove gin_login reference
Dec 18, 2023
6d48f8c
feat: include fourkitchens cookbook repo
Nov 30, 2023
ecadf68
feat: use https for repo
Nov 30, 2023
3c4ef88
feat: add sous_admin recipe to repo
Dec 4, 2023
3235c2d
update to lando, composer, superuser role
laura-johnson Jan 5, 2024
1a5e0cf
Merge pull request #2 from fourkitchens/sous-admin-recipe
laura-johnson Jan 5, 2024
babb249
create sous media recipe
laura-johnson Jan 5, 2024
ca4b37c
remove settings configs and add changes through actions
laura-johnson Jan 8, 2024
fbfd659
add sous_paragraphs recipe
laura-johnson Jan 19, 2024
6e69113
update to gitignore
laura-johnson Feb 7, 2024
2429a3c
Merge pull request #4 from fourkitchens/sous-admin-update
laura-johnson Feb 7, 2024
913361a
feat: sous-25 create default content types recipe
laura-johnson Feb 8, 2024
5651355
Merge pull request #5 from fourkitchens/sous-paragraphs-recipe
laura-johnson Feb 8, 2024
992d828
Merge pull request #7 from fourkitchens/sous-25-sous-content-types
laura-johnson Feb 8, 2024
0e07c48
Merge pull request #6 from fourkitchens/gitignore-update
laura-johnson Feb 8, 2024
4b50b9f
feat: Inital commit of layout builder recipe
codechefmarc Feb 20, 2024
9d52475
feat: Add contrib modules (no config yet)
codechefmarc Feb 21, 2024
aa16274
feat: add unpack packages into the set up script
robert-arias Feb 29, 2024
6f858fc
feat: split package name correctly
robert-arias Feb 29, 2024
7854b22
feat: add correct unpack package with latest fixes
robert-arias Feb 29, 2024
78533a8
feat: Add sous_layout_builder recipe to composer.json and depedency o…
codechefmarc Feb 29, 2024
0a5e66a
feat: Add layout builder recipe into require section of composer.json
codechefmarc Mar 1, 2024
ea9fb79
feat: Add config for contrib modules and text block
codechefmarc Mar 1, 2024
e07cf76
Merge pull request #9 from fourkitchens/sous-29--unpack
laura-johnson Mar 6, 2024
e8ae534
feat: Add text with media and video blocks to layout builder
codechefmarc Mar 7, 2024
d75dffc
Merge branch 'main' into sous-layout-builder-recipe
codechefmarc Mar 7, 2024
4719da8
suggestions-for-sous-layout-builder-recipe
laura-johnson Mar 24, 2024
e8d335a
Merge pull request #13 from fourkitchens/sous-lb-suggestions
laura-johnson May 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
script adjustment
  • Loading branch information
laura-johnson committed Oct 5, 2023
commit ccf8fee170bc23244dac09f2e71de378ef61900c
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
"post-create-project-cmd": [
"Sous\\Starter::sousPrep",
"./scripts/sous/setup.sh",
"bash ./scripts/sous/recipe-scaffold.sh"
],
"build-assets": [
"composer install --optimize-autoloader --no-dev",
Expand Down
1 change: 1 addition & 0 deletions scripts/sous/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ echo "Initializing your custom project theme based on Emulsify... (this may take
lando emulsify init sous-project --platform drupal
echo "Installing theme dependencies..."
lando npm --prefix ./web/themes/custom/sous-project install --silent
bash ./scripts/sous/recipe-scaffold.sh
lando drush site:install minimal --account-name=sous-project --account-name=superuser_1 -y
lando install-recipe sous_base
lando drush user:block superuser_1
Expand Down