mirror of
https://git.northern.co/onpoint-suite/drupal_yp_install_profile.git
synced 2024-10-31 17:05:32 +00:00
Merge pull request #7 from yellowpencil/start-theme-script-may-27-2021
Starter Theme Script Wording
This commit is contained in:
commit
baf869a0ca
@ -36,7 +36,8 @@ fi
|
|||||||
# fe_setup.sh script runs from here on.
|
# fe_setup.sh script runs from here on.
|
||||||
echo What is the theme name? \(This value should be all lowercase, and will replace \'yellowpencil\' in the starter theme.\)
|
echo What is the theme name? \(This value should be all lowercase, and will replace \'yellowpencil\' in the starter theme.\)
|
||||||
read theme_name
|
read theme_name
|
||||||
echo What is the URL of the project repository? \(This should follow the format \'https://git.yellowpencil.com/yellowpencil/theme-name\'.\)
|
echo "What is the URL of the project repository? This repo needs to have already been created. This will only replace the repo URL in some files in the theme - it will not affect the repo in any way.";
|
||||||
|
echo "(This should follow the format 'https://git.yellowpencil.com/onpoint-webops/project-name')";
|
||||||
read repo_url
|
read repo_url
|
||||||
SEARCH_PATH=web/themes
|
SEARCH_PATH=web/themes
|
||||||
SEARCH=yellowpencil
|
SEARCH=yellowpencil
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user