bbdoc / PoracleWeb

Web Interface add-on to PoracleJS
GNU Affero General Public License v3.0
21 stars 33 forks source link

[Nice to Have] Template settings #18

Closed jepke closed 3 years ago

jepke commented 3 years ago

Hide option in add and edit if nothing is specified in config.php

config.php

$allowedTemplates = [
    1 => "Region 1",
    2 => "Region 2",
    3 => "Region 3",
    4 => "Region 4",
    5 => "Region 5",
    6 => "Region 6",
    7 => "Region 7",
    8 => "Region 8",
    9 => "Region 9"
];
?>
jfberry commented 3 years ago

Note templates can now be named in Poracle