1
0
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:
Awilum
2019-11-20 21:03:13 +03:00
parent ca477861c1
commit ed7f95f62e
2 changed files with 4 additions and 0 deletions

View File

@@ -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);

View File

@@ -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"