Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
2afbe877
Commit
2afbe877
authored
Dec 02, 2017
by
Michael Roytman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Accessibility Page into studio from studio-frontend
parent
fab7f31a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
cms/templates/accessibility.html
+3
-0
webpack.common.config.js
+1
-0
No files found.
cms/templates/accessibility.html
View file @
2afbe877
...
@@ -19,6 +19,9 @@
...
@@ -19,6 +19,9 @@
<div
class=
"content-primary"
>
<div
class=
"content-primary"
>
<div
id=
"root"
></div>
<div
id=
"root"
></div>
<h1>
Accessibility Accommodation Request
</h1>
<h1>
Accessibility Accommodation Request
</h1>
<
%
static:studiofrontend
page=
"AccessibilityPage"
lang=
"en"
>
{}
</
%
static:studiofrontend>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
webpack.common.config.js
View file @
2afbe877
...
@@ -20,6 +20,7 @@ module.exports = {
...
@@ -20,6 +20,7 @@ module.exports = {
AssetsPage
:
'./node_modules/@edx/studio-frontend/src/index.jsx'
,
AssetsPage
:
'./node_modules/@edx/studio-frontend/src/index.jsx'
,
Import
:
'./cms/static/js/features/import/factories/import.js'
,
Import
:
'./cms/static/js/features/import/factories/import.js'
,
StudioIndex
:
'./cms/static/js/features_jsx/studio/index.jsx'
,
StudioIndex
:
'./cms/static/js/features_jsx/studio/index.jsx'
,
AccessibilityPage
:
'./node_modules/@edx/studio-frontend/src/accessibilityIndex.jsx'
,
// LMS
// LMS
SingleSupportForm
:
'./lms/static/support/jsx/single_support_form.jsx'
,
SingleSupportForm
:
'./lms/static/support/jsx/single_support_form.jsx'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment