phase2 / particle

A starter kit for using the prototyping tool, Pattern Lab, in tandem with a Drupal theme. Utilizes Webpack for all asset management.
https://phase2.gitbook.io/frontend/
GNU General Public License v2.0
316 stars 118 forks source link

Implement Lorem Ipsum Library for Node Pattern Lab #580

Open jryanconklin opened 5 years ago

jryanconklin commented 5 years ago

Issue

This ticket is to implement on text / data lorem ipsum library such as Faker.

Analysis

Node Pattern Lab 3 does not use the Faker or any other lorem ipsum library to display random lorem ipsum text. This was a useful feature of the PHP version of Pattern Lab and should be re-implemented for Particle.

Confirmation

As a developer, I am displayed random text in Pattern Lab in place of manually entered text in data/ directory.

jryanconklin commented 5 years ago

Note this issue is dependent on PR #577