surfjedi / random-text
Simple random text snippet module. Who doesn't need one
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 3
Type:silverstripe-module
Requires
This package is not auto-updated.
Last update: 2024-12-16 16:12:31 UTC
README
a random text snippet generator
Adds a model admin area to administer random text objects(a title and text snippet) to any where you want.
Requires:
- silverstripe 3.*
Install:
-
Copy the silverstripe-random-text folder into the same level as CMS
-
rename it to random-text
-
make sure you have the sortable grid field module installed
-
add this code where ever you want the random text snippet to show up:
<% loop Randomtext %>
$Title
$description.LimitCharacters(200)
<% end_loop %>or use the include
<% include RandomText %>
-
Make sure you dev/build
-
make sure you ran ?flush=all