Skip to content

Commit

Permalink
Update dynamic_content.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scarroll32 authored Oct 9, 2017
1 parent 04dfd85 commit c41358a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/technical/dynamic_content.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Dynamic Challenge Content

crowdAI supports a Dynamic Content page which can be used to inject challenge-specific ERB code, including JavaScript enclosed in ```<script></script>``` tags. The content is added to a new tab in the challenge view, the title of which is also configurable.


Expand All @@ -10,8 +12,8 @@ As these are regular Rails instance variables, they can be chained using dot not

## Example

![config](doc/images/dynamic_content_configuration.png)
![output](doc/images/dynamic_content_output.png)
![config](../images/dynamic_content_configuration.png)
![output](../images/dynamic_content_output.png)



Expand Down

0 comments on commit c41358a

Please sign in to comment.