From 33c71bd46b2be60196f083f89a61b6a5367cc65e Mon Sep 17 00:00:00 2001 From: pookmish Date: Mon, 28 Oct 2019 12:02:20 -0700 Subject: [PATCH] added missing link style (#33) * added missing link style * clear circleci cache bucket --- .circleci/config.yml | 8 ++++---- config/sync/editor.editor.stanford_minimal_html.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 53b00dedb..ce16ce7e7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ code_coverage: &code_coverage steps: - restore_cache: keys: - - dependencies- + - dependencies-v1 - checkout: path: /var/www/test - run: @@ -27,7 +27,7 @@ code_coverage: &code_coverage composer global require SU-SWS/stanford-caravan:dev-8.x-1.x ~/.composer/vendor/bin/sws-caravan phpunit /var/www/html --extension-dir=/var/www/test --with-coverage - save_cache: - key: dependencies-{{ epoch }} + key: dependencies-v1-{{ epoch }} paths: - . - store_test_results: @@ -40,7 +40,7 @@ behat: &behat steps: - restore_cache: keys: - - dependencies- + - dependencies-v1 - checkout: path: /var/www/test - run: @@ -49,7 +49,7 @@ behat: &behat composer global require SU-SWS/stanford-caravan:dev-8.x-1.x ~/.composer/vendor/bin/sws-caravan behat /var/www/html --extension-dir=/var/www/test - save_cache: - key: dependencies-{{ epoch }} + key: dependencies-v1-{{ epoch }} paths: - . - store_test_results: diff --git a/config/sync/editor.editor.stanford_minimal_html.yml b/config/sync/editor.editor.stanford_minimal_html.yml index dd753e617..96af3ca24 100644 --- a/config/sync/editor.editor.stanford_minimal_html.yml +++ b/config/sync/editor.editor.stanford_minimal_html.yml @@ -32,7 +32,7 @@ settings: linkit_enabled: true linkit_profile: default stylescombo: - styles: "a.su-button|Button\r\na.su-button--big|Big Button\r\na.su-button--secondary|Secondary Button" + styles: "a.su-button|Button\r\na.su-button--big|Big Button\r\na.su-button--secondary|Secondary Button\r\na.su-link--action|Action Link" language: language_list: un image_upload: