Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1 #68

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 0 additions & 22 deletions _config.php
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
<?php
/**
* DataObjectManager config file
* This can be used to store registrations for SortableDataObject
* e.g. SortableDataObject::add_sortable_class(MyDataObject')
* Followed by /dev/build
*
* Otherwise, put SortableDataObject registrations in mysite/_config.php
*
*/

// Allow DataObjectManager to take control of the AssetAdmin using the AssetManager field
DataObjectManager::allow_assets_override(true);

// Allow DataObjectManager to override some of the core CSS in the CMS (work in progress)
DataObjectManager::allow_css_override(false);


SimpleWysiwygField::set_default_configuration(array(
array('cut','copy','paste','|','bold','italic','underline','|','left','center','right'),
array('ol','ul','|','hyperlink','unlink','image','|','formats')
));
?>
40 changes: 0 additions & 40 deletions code/AssetManager.php

This file was deleted.

31 changes: 0 additions & 31 deletions code/AssetManagerFolder.php

This file was deleted.

Loading