removed JavaScript, StyleSheet, and RawHeadTags macros
This commit is contained in:
parent
722a214f80
commit
11385d7957
14 changed files with 28 additions and 277 deletions
|
|
@ -1,20 +0,0 @@
|
|||
package WebGUI::Help::Macro_JavaScript;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'java script' => {
|
||||
title => 'java script title',
|
||||
body => 'java script body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'Macros'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
package WebGUI::Help::Macro_RawHeadTags;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'raw head tags' => {
|
||||
title => 'raw head tags title',
|
||||
body => 'raw head tags body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'Macros'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
package WebGUI::Help::Macro_StyleSheet;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'style sheet' => {
|
||||
title => 'style sheet title',
|
||||
body => 'style sheet body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'Macros'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue