This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"aback", | |
"abase", | |
"abate", | |
"abbey", | |
"abbot", | |
"abyss", | |
"adage", | |
"adapt", | |
"affix", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aback | |
abase | |
abate | |
abbey | |
abbot | |
abyss | |
adage | |
adapt | |
affix | |
afoot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"abhor", | |
"abide", | |
"abled", | |
"abode", | |
"abort", | |
"about", | |
"above", | |
"abuse", | |
"acorn", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abhor | |
abide | |
abled | |
abode | |
abort | |
about | |
above | |
abuse | |
acorn | |
acrid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"aahed", | |
"aalii", | |
"aapas", | |
"aargh", | |
"aarti", | |
"abaca", | |
"abaci", | |
"aback", | |
"abacs", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"aback", | |
"abase", | |
"abate", | |
"abbey", | |
"abbot", | |
"abhor", | |
"abide", | |
"abled", | |
"abode", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
labelColor | |
secondaryLabelColor | |
tertiaryLabelColor | |
quaternaryLabelColor | |
systemFillColor | |
secondarySystemFillColor | |
tertiarySystemFillColor | |
quaternarySystemFillColor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default [ | |
{ value: 'admin-appearance', label: 'Admin Appearance' }, | |
{ value: 'admin-collapse', label: 'Admin Collapse' }, | |
{ value: 'admin-comments', label: 'Admin Comments' }, | |
{ value: 'admin-generic', label: 'Admin Generic' }, | |
{ value: 'admin-home', label: 'Admin Home' }, | |
{ value: 'admin-links', label: 'Admin Links' }, | |
{ value: 'admin-media', label: 'Admin Media' }, | |
{ value: 'admin-network', label: 'Admin Network' }, | |
{ value: 'admin-page', label: 'Admin Page' }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const dashIcons = [ | |
{ value: 'menu', label: 'Menu' }, | |
{ value: 'dashboard', label: 'Dashboard' }, | |
{ value: 'admin-site', label: 'Admin Site' }, | |
{ value: 'admin-media', label: 'Admin Media' }, | |
{ value: 'admin-page', label: 'Admin Page' }, | |
{ value: 'admin-comments', label: 'Admin Comments' }, | |
{ value: 'admin-appearance', label: 'Admin Appearance' }, | |
{ value: 'admin-plugins', label: 'Admin Plugins' }, | |
{ value: 'admin-users', label: 'Admin Users' }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Get the required project variables | |
printf "Project name: " | |
read PROJECT_NAME | |
printf "Project folder name: " | |
read PROJECT_FOLDER | |
printf "Database Name: " |
NewerOlder