We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a913be6 commit 5bd274fCopy full SHA for 5bd274f
1 file changed
README.md
@@ -232,6 +232,7 @@ echo "Layout header: " . $page->layout->header . "\n";
232
// Access containers and contentlets
233
foreach ($page->containers as $containerId => $container) {
234
echo "Container ID: " . $containerId . "\n";
235
+ echo "Max Contentlets: " . ($container->maxContentlets ?? 0) . "\n";
236
237
if (!empty($container->contentlets)) {
238
foreach ($container->contentlets as $uuid => $contentletArray) {
0 commit comments