There is no disable all option. Disabling frame does the same.
parent
3f6abd722d
commit
101d5aab31
|
@ -1642,7 +1642,6 @@ class H5PCore {
|
|||
const DISABLE_EMBED = 4;
|
||||
const DISABLE_COPYRIGHT = 8;
|
||||
const DISABLE_ABOUT = 16;
|
||||
const DISABLE_ALL = 31;
|
||||
|
||||
// Map flags to string
|
||||
public static $disable = array(
|
||||
|
|
Loading…
Reference in New Issue