The magic word is Array
not List
for GDscript (your question is marked gdscript but you have C# code, are you using Mono?)
export(Array) var arr = [
item1,
item2
];
EDIT: I don't really understand what you mean by presets, do you want a dictionary of bools with the ability to turn some of them on/off in the Editor inspector?