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.
可以禁用 Fuel CMS 客户模块中的“创建”按钮。
我知道我可以使用 create_action_name 配置名称,但我想禁用该按钮或隐藏它。
'item_actions' => array('view')
$config['modules']['dummy'] = array( 'table_actions'=>array('edit','view','delete'), 'item_actions' => array('edit','save','view','delete') );