config.php 324 B

123456789101112131415
  1. <?php
  2. $plugins['share'] = array (
  3. 'plugin_name' => '隐藏分享',
  4. 'enable' => 1,
  5. 'edit_container' => 'option_group',
  6. 'edit_sort' => 9,
  7. 'view_container' => 'right_bottom',
  8. 'view_sort' => 2,
  9. 'view_resource' => 1,
  10. 'table' => 'worksmain',
  11. 'column' => 'hideshare_flag',
  12. 'brief' => '',
  13. 'default' => 0,
  14. )
  15. ?>