Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用燃料 cms 1.3.1 在创建页面时遇到问题,它在页面信息部分有一个必填字段:“位置”
我没有明白逻辑。我是否必须为我必须为其位置创建的每个 cms 页面创建单独的视图文件
如果我选择主布局以外的自定义布局,它会隐藏管理面板中的 cms 部分。我做错了什么或缺少什么步骤可以弄清楚吗?帮我解决这个问题
在fuel/application/config/MY_fuel.php 中将fuel_mode 属性更改为“auto”:
$CI->fuel->config('fuel_mode') == 'auto';
参考