61 lines
2.7 KiB
Lua
61 lines
2.7 KiB
Lua
Config = {
|
|
Framework = "esx", -- esx / qb
|
|
|
|
Tabs = {
|
|
-- {
|
|
-- icon = "book.svg",
|
|
-- title = "Rules",
|
|
-- subtitle = "Lorem Ipsum is simply dummy text of the printing",
|
|
-- contents = {
|
|
-- {
|
|
-- title = "Rule Number #1",
|
|
-- desc = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.",
|
|
-- },
|
|
-- {
|
|
-- title = "Rule Number #2",
|
|
-- desc = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.",
|
|
-- }
|
|
-- }
|
|
-- },
|
|
|
|
-- {
|
|
-- icon = "update.svg",
|
|
-- title = "Updates",
|
|
-- subtitle = "Lorem Ipsum is simply dummy text of the printing",
|
|
-- contents = {
|
|
-- {
|
|
-- title = "Update Number #1",
|
|
-- desc = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Modi earum debitis quod beatae corrupti tempore, alias eaque excepturi harum doloribus quisquam quia ipsam ea eum dolore natus et dolorem illo eligendi ducimus error culpa eos nihil ipsum. Libero, ullam, nostrum numquam molestiae velit reprehenderit delectus assumenda veritatis sequi, atque voluptatem.",
|
|
-- },
|
|
-- {
|
|
-- title = "Update Number #2",
|
|
-- desc = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.",
|
|
-- }
|
|
-- }
|
|
-- },
|
|
|
|
-- {
|
|
-- icon = "new.svg",
|
|
-- title = "News",
|
|
-- subtitle = "Lorem Ipsum is simply dummy text of the printing",
|
|
-- contents = {
|
|
-- {
|
|
-- title = "New Number #1",
|
|
-- desc = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.",
|
|
-- }
|
|
-- }
|
|
-- },
|
|
|
|
-- {
|
|
-- icon = "new.svg",
|
|
-- title = "Custom Tab",
|
|
-- subtitle = "Lorem Ipsum is simply dummy text of the printing",
|
|
-- contents = {
|
|
-- {
|
|
-- title = "Csutom Number #1",
|
|
-- desc = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.",
|
|
-- }
|
|
-- }
|
|
-- }
|
|
}
|
|
} |