Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects

Cookie support for serve command

Merged Felix WOSTMANN requested to merge cookie-support-serve into main
6 files
+ 384
224
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -122,6 +122,36 @@
/>
</template>
</ListElement>
<GroupElement
name="cookies"
:add-class="{ container: ['bg-slate-50', 'p-2', 'rounded-md'] }"
>
<MatrixElement
name="cookie_input"
:cols="[
{
label: 'Key',
value: 'key',
inputType: {
type: 'text',
},
},
{
label: 'Value',
value: 'value',
inputType: {
type: 'text',
},
},
]"
:rows="1"
:input-type="{
type: 'text',
}"
add-text="+ Add Cookie"
label="Cookies"
/>
</GroupElement>
<StaticElement name="divider_1" tag="hr" />
<ButtonElement
name="submit"
Loading