<core:FragmentDefinition xmlns:core="sap.ui.core" xmlns="sap.m" xmlns:l="sap.ui.layout" xmlns:f="sap.f" xmlns:grid="sap.ui.layout.cssgrid">
	<l:VerticalLayout core:require="{handler: 'sap/fe/featureShowcase/mainApp/ext/CustomController'}" width="100%">
		<Button text="Change Criticality" press="handler.onChangeCriticality"/>
		<Label text="This is a Custom section" labelFor="input-a" />
        <Input id="input-a" enabled="{= ${ui>/editMode} === 'Editable'}" description="Input has no effect on the app" />
	</l:VerticalLayout>
</core:FragmentDefinition>
