netgen/ibexa-scheduled-visibility

Netgen 为 Ibexa CMS 提供的定时可见性机制

1.0.2 2024-09-10 08:56 UTC

This package is auto-updated.

Last update: 2024-09-10 08:56:57 UTC


README

Build Status Read the Docs Downloads Latest stable PHP Ibexa

Netgen 的 Ibexa 定时可见性 允许根据 publish_frompublish_to 字段以及进一步的配置来定时发布内容。

有关更多详细信息,请参阅文档

安装

要安装 Ibexa CMS 定时可见性,首先将其作为依赖项添加到您的项目中

composer require netgen/ibexa-scheduled-visibility:^1.0

一旦添加了依赖项并安装,请通过在 config/bundles.php 文件中将其添加到返回的数组中来激活包,与其他必需的包一起

<?php

return [
    //...

    Netgen\Bundle\IbexaScheduledVisibilityBundle\NetgenIbexaScheduledVisibilityBundle::class => ['all' => true],
}