silverstripe / recipe-authoring-tools
为 SilverStripe CMS 内容创作提供的额外工具
2.3.0-beta1
2024-09-09 21:11 UTC
Requires
- php: ^8.1
- silverstripe/documentconverter: ~3.3.0@beta
- silverstripe/iframe: ~3.2.1@stable
- silverstripe/recipe-cms: ~5.3.0@beta
- silverstripe/recipe-plugin: ~2.0.1@stable
- silverstripe/tagfield: ~3.3.0@beta
- silverstripe/taxonomy: ~3.2.2@stable
Requires (Dev)
- phpunit/phpunit: ^9.6
- 3.x-dev
- 2.x-dev
- 2.3.x-dev
- 2.3.0-beta1
- 2.2.x-dev
- 2.2.0
- 2.2.0-rc1
- 2.2.0-beta1
- 2.1.x-dev
- 2.1.0
- 2.1.0-rc1
- 2.1.0-beta1
- 2.0.x-dev
- 2.0.0
- 2.0.0-rc1
- 2.0.0-beta3
- 2.0.0-beta2
- 2.0.0-beta1
- 1.x-dev
- 1.13.x-dev
- 1.13.0
- 1.13.0-rc1
- 1.13.0-beta1
- 1.12.x-dev
- 1.12.0
- 1.12.0-rc1
- 1.12.0-beta1
- 1.11.x-dev
- 1.11.0
- 1.11.0-rc1
- 1.11.0-beta1
- 1.10.x-dev
- 1.10.0
- 1.10.0-rc1
- 1.10.0-beta1
- 1.9.x-dev
- 1.9.0
- 1.9.0-rc1
- 1.9.0-beta1
- 1.9.0-alpha1
- 1.8.x-dev
- 1.8.0
- 1.8.0-rc1
- 1.8.0-beta1
- 1.7.x-dev
- 1.7.1
- 1.7.1-rc1
- 1.7.1-beta1
- 1.7.0
- 1.7.0-rc1
- 1.6.x-dev
- 1.6.1
- 1.6.1-rc1
- 1.6.0
- 1.6.0-rc1
- 1.5.x-dev
- 1.5.2
- 1.5.1
- 1.5.1-rc1
- 1.5.0
- 1.5.0-rc2
- 1.5.0-rc1
- 1.4.x-dev
- 1.4.1
- 1.4.0
- 1.4.0-rc1
- 1.3.x-dev
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.3.0-rc2
- 1.3.0-rc1
- 1.2.x-dev
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.2.0-rc1
- 1.1.x-dev
- 1.1.2
- 1.1.1
- 1.1.0
- 1.1.0-rc2
- 1.1.0-rc1
- 1.0.x-dev
- 1.0.1
- 1.0.0
- 1.0.0-rc4
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
- dev-master
This package is auto-updated.
Last update: 2024-09-18 03:31:43 UTC
README
这包括以下核心 Silverstripe 模块
- silverstripe/recipe-cms: 包含 CMS、版本控制、asset-admin 等的食谱
- silverstripe/documentconverter: 将兼容 OpenOffice 的文件(doc、docx 等)导入到 Silverstripe 页面和内容中
- silverstripe/iframe: 提供一个 IFrame 页面类型,允许您在不使用自定义代码的情况下将 IFrame 嵌入页面
- silverstripe/spellcheck: 提高Silverstripe CMS的拼写检查支持,包括HunSpell的实现
- silverstripe/tagfield: Silverstripe模块,用于编辑标签(在CMS和其他表单中均可使用)
- silverstripe/taxonomy: 在 SilverStripe 中提供添加和编辑简单分类的能力
这可以添加到现有项目,也可以用作创建基本CWP安装的项目基础。
安装
composer create-project silverstripe/recipe-authoring-tools ./myproject
更多信息
请参阅recipe 插件页面,了解 Silverstripe 食谱的工作原理。