Commit a9016e6a authored by Alexandre Delanoë's avatar Alexandre Delanoë

[Settings] Publish NodeFile can be deleted

parent fb6fcc09
......@@ -225,6 +225,16 @@ settingsBox (NodePublic Dashboard) =
]
}
settingsBox (NodePublic NodeFile) =
SettingsBox { show : true
, edit : true
, doc : Documentation NodeFile
, buttons : [ Delete
]
}
settingsBox (NodePublic FolderPublic) =
SettingsBox { show : true
, edit : true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment