File tree Expand file tree Collapse file tree 4 files changed +24
-10
lines changed
Expand file tree Collapse file tree 4 files changed +24
-10
lines changed Original file line number Diff line number Diff line change 11changelog :
2+ exclude :
3+ labels :
4+ - " :chart_with_upwards_trend: dependency-update"
5+ authors :
6+ - dependabot
27 categories :
3- - title : 🏕 Features
8+ - title : " ⚠️ Breaking changes "
49 labels :
5- - ' *'
10+ - " :warning: breaking"
11+ - title : " 🚀 New features"
12+ labels :
13+ - " :rocket: feature"
14+ - title : " 📘 Documentation updates"
15+ labels :
16+ - " :blue_book: documentation"
17+ - title : " 🐛 Bug fixes"
18+ labels :
19+ - " :beetle: bug"
20+ - title : Other Changes
21+ labels :
22+ - " *"
623 exclude :
724 labels :
825 - dependencies
Original file line number Diff line number Diff line change 1515 - name : Checkout code
1616 uses : actions/checkout@v4
1717 with :
18- ref : main
18+ ref : 1.x
1919
2020 - name : Update Changelog
2121 uses : stefanzweifel/changelog-updater-action@v1
2626 - name : Commit updated CHANGELOG
2727 uses : stefanzweifel/git-auto-commit-action@v6
2828 with :
29- branch : main
29+ branch : 1.x
3030 commit_message : Update CHANGELOG
3131 file_pattern : CHANGELOG.md
Original file line number Diff line number Diff line change @@ -218,4 +218,4 @@ $paginatedContent = inspirecms_content()->getPaginatedByDocumentType(documentTyp
218218
219219> [ !note]
220220>
221- > For examples of displaying content in layouts, see the [ Layouts] ( ./fe-layouts ) {.doc-link} documentation.
221+ > For examples of displaying content in layouts, see the [ Layouts] ( ./fe-layouts ) {.doc-link} documentation.
Original file line number Diff line number Diff line change @@ -52,15 +52,12 @@ public static function form(Form $form): Form
5252 ->schema ([
5353 static ::getCategoryFormComponent (),
5454 static ::getParentFormComponent (),
55- Forms \Components \Grid::make (2 )
56- ->schema ([
57- static ::getTitleFormComponent (),
58- static ::getIsActiveFormComponent (),
59- ]),
55+ static ::getIsActiveFormComponent (),
6056 ]),
6157 Forms \Components \Section::make ()
6258 ->columns (2 )
6359 ->schema ([
60+ static ::getTitleFormComponent ()->columnSpanFull (),
6461 static ::getTypeFormComponent (),
6562 static ::getContentFormComponent (),
6663 static ::getUrlFormComponent (),
You can’t perform that action at this time.
0 commit comments