https://github.com/netgen/ibexa-scheduled-visibility
Content visibility scheduling for Ibexa CMS
https://github.com/netgen/ibexa-scheduled-visibility
ibexa ibexa-bundle netgen php
Last synced: 4 months ago
JSON representation
Content visibility scheduling for Ibexa CMS
- Host: GitHub
- URL: https://github.com/netgen/ibexa-scheduled-visibility
- Owner: netgen
- License: gpl-2.0
- Created: 2024-06-18T11:20:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-10T13:33:30.000Z (6 months ago)
- Last Synced: 2025-12-10T21:19:47.544Z (6 months ago)
- Topics: ibexa, ibexa-bundle, netgen, php
- Language: PHP
- Homepage: https://netgen.io
- Size: 152 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netgen's Scheduled Visibility for Ibexa CMS
[](https://github.com/netgen/ibexa-scheduled-visibility/actions)
[](https://netgens-scheduled-visibility-for-ibexa-cms.readthedocs.io/en/latest/)
[](https://packagist.org/packages/netgen/ibexa-scheduled-visibility)
[](https://packagist.org/packages/netgen/ibexa-scheduled-visibility)
[](https://www.php.net)
[](https://www.ibexa.co)
**Netgen's Ibexa Scheduled Visibility** enables scheduled publishing of content
based on ``publish_from`` and ``publish_to`` fields and further configuration.
See the
[documentation](https://netgens-scheduled-visibility-for-ibexa-cms.readthedocs.io/en/latest/)
for more details.
## Installation
To install Ibexa CMS Scheduled Visibility first add it as a dependency to your project:
```sh
composer require netgen/ibexa-scheduled-visibility:^1.0
```
Once the added dependency is installed, activate the bundle in `config/bundles.php` file by adding it to the returned array, together with other required bundles:
```php
['all' => true],
}
```