-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added option for collection + provided information in readme & servic…
…e provider
- Loading branch information
Kevin Meijer
committed
Nov 19, 2024
1 parent
3f97e1f
commit 85a1f79
Showing
9 changed files
with
89 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Boot Collections | ||
|-------------------------------------------------------------------------- | ||
| | ||
| When enabled, the package will automatically create and configure the | ||
| pages collection with the default structure. Set to false if you want | ||
| to manage the collection configuration manually. | ||
| | ||
*/ | ||
'boot_collections' => true, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,4 +38,3 @@ fields: | |
visibility: visible | ||
replicator_preview: true | ||
hide_display: false | ||
width: 50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
title: 'Component - General - Form' | ||
fields: | ||
- | ||
import: 'statamic-page-builder-kit::title' | ||
- | ||
handle: form | ||
field: | ||
max_items: 1 | ||
type: form | ||
display: Formulier |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
title: Title | ||
fields: | ||
- | ||
handle: title | ||
field: | ||
buttons: | ||
- bold | ||
- italic | ||
- removeformat | ||
- anchor | ||
- h1 | ||
- h2 | ||
- h3 | ||
- h4 | ||
- h5 | ||
- h6 | ||
- underline | ||
- strikethrough | ||
- small | ||
remove_empty_nodes: false | ||
type: bard | ||
display: Titel | ||
localizable: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
title: 'URL' | ||
fields: | ||
- | ||
handle: url | ||
field: | ||
collections: | ||
- pages | ||
type: link | ||
display: 'URL' | ||
localizable: true | ||
listable: hidden | ||
instructions_position: above | ||
visibility: visible | ||
replicator_preview: true | ||
hide_display: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<!-- Available variables: | ||
- $title | ||
- $form | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters