nuvoleweb / bootstrap_patterns

UI Patterns example theme based on Bootstrap.
https://www.drupal.org/project/ui_patterns
27 stars 6 forks source link

Reopening previous issue on ui pattern broken link #6

Open johnreytanquinco opened 7 years ago

johnreytanquinco commented 7 years ago

From this issue #2 , added comment,

Hi @ademarco , I have an updated composer file from the repo and run composer install but I dont actually need the build folder as we have our custom site. We just want to use UI Patterns as tools for bootstrap_pattern theme.

I just wanna know why we are getting that message when installing the theme?

Twig_Error_Loader: Template "./templates/metadata.html.twig" is not defined (Drupal\Core\Template\Loader\ThemeRegistryLoader: Unable to find template "./templates/metadata.html.twig" in the Drupal theme registry.). in Twig_Loader_Chain->getCacheKey() (line 36 of /opt/app-root/src/themes/custom/bootstrap_patterns/templates/overview/patterns-overview-page.html.twig).

magick93 commented 7 years ago

Am also getting this error. It seems this theme is tightly coupled with some drupal site. Its not a general theme that can be used on any D8 site. Is that correct?

johnreytanquinco commented 7 years ago

An alternative workaround to avoid this issue is creating the file metadata.html.twig under patterns folder. But Im still interesting and looking forward for a fix on this. Thanks!