mirror of
https://github.com/flextype/flextype.git
synced 2025-08-24 05:43:10 +02:00
feat(core): add routable option for entries #284
This commit is contained in:
@@ -776,6 +776,7 @@ class EntriesController extends Controller
|
||||
Arr::delete($data, 'action');
|
||||
|
||||
$data['published_by'] = Session::get('uuid');
|
||||
$data['routable'] = isset($data['routable']) ? (bool) $data['routable'] : false;
|
||||
|
||||
// Fetch entry
|
||||
$entry = $this->entries->fetch($id);
|
||||
|
@@ -28,6 +28,9 @@ admin_not_installed: "Not Installed"
|
||||
admin_off: "Off"
|
||||
admin_on: "On"
|
||||
admin_add: "Add"
|
||||
admin_routable: "Routable"
|
||||
admin_yes: "Yes"
|
||||
admin_no: "No"
|
||||
admin_entry_attributes: "Entry Attributes"
|
||||
admin_fieldset_for_template: "Fieldset for template"
|
||||
admin_content: "Content"
|
||||
|
Reference in New Issue
Block a user