使用 Symfony CMF 进行模板化

Templating with Symfony CMF

我想使用 CMF 中的所见即所得编辑器在我的应用程序上编辑内容。入门教程都集中在如何设置应用程序的后端。但是,前端是我不太了解如何设置的。

these examples中,代码检查显示了添加到标记中的特殊RDF 属性,例如aboutproperty。我想我应该将这些添加到我的 Twig 模板中,但是更改是如何提交的?

CreateBundle handles this. All you need to do is enable the bundle, define a mapping file and render the document in the template with twig functions, similar to when rendering a form. The CreateBundle provides a controller that handles the back channel for posting the updated data. Read the detailed documentation in the Symfony CMF documentation.