foxfirefey (
foxfirefey) wrote in
dw_dev2012-03-28 07:35 pm
Entry tags:
Enabling beta features on your hack
So, if you're looking to test/develop with the beta journal jquery or the upcoming update page, you are going to need to set the BETA_FEATURES hash in your hack like so:
You can then turn things on/off for individual accounts at: [YOUR_HACK_URL]/betafeatures
%LJ::BETA_FEATURES = (
"journaljquery" => {
start_time => 0,
end_time => "Inf",
},
"updatepage" => {
start_time => 0,
end_time => "Inf",
},
);You can then turn things on/off for individual accounts at: [YOUR_HACK_URL]/betafeatures

no subject
no subject
no subject
no subject