testf1
![]() |
![]() |
![]() |
Título del Test:![]() testf1 Descripción: testft1 |




Comentarios |
---|
NO HAY REGISTROS |
Which of the following is NOT an available Yeoman generator. Liferay Bundles Generator. Liferay Fragment Generator. Liferay Layouts Generator. Liferay Themes Generator. A design language that provides a common framework for building interfaces within the Liferay product ecosystem. Boostrap. SCSS. FreeMarker. Clay. Lexicon. Which of the following is NOT valid templates type in Liferay DXP?. Workflow Notification Templates. Kaleo Forms Admin Templates. Web Content Templates. Theme Templates. Widget Templates. Widget Templates take the data from Structures and provide a consistent presentation using FreeMarker, CSS, and Javascript. False. True. What is the basic command to generate a working React application. npm-create-react-portlet. npm-react-portlet. npm-react-create-portlet. npm-generate-react-portlet. Which of the following templates can be created and bundled into the theme to ensure the entire design implementation is included. Asset Publisher Templates. Bundled Layout Templates. Breadcrumb Templates. Layout Templates. Developers can use any tools they want to create Collections of Fragments and import them to their Liferay project. True. False. Which of the following is NOT from the available Blade CLI commands: convert. deploy. create. install. Collections can be imported in the two way (Choose two). Through npm command line. Manually in the UI. Fragment Widget. The Fragments Generator. Which of the following Is correct about Stylebooks : (Choose all correct). Designers or business users can choose a stylebook for a particular page. Developers can create multiple Styledbooks for the same site. Using Stylebooks helps reduce inconsistency and improve efficiency when multiple business users work in parallel on the same site. A stylebook Is a group of styles that can be used to change the styles of the theme Base. Stylebooks are created using command line. Theme modules include a collection of packaged files that include: (Choose all correct). HTML. JavaScript. CSS. SCSS. Images. Theme Configurations. Fonts. FreeMarker Templates. In your routing module’s @NgModule decorator, if you configure the router option useHash: false. This tells Angular to use client-side routing in the form of .../#/[route], which prevents client-side parameters (I.e., anything after #) from being sent back to Liferay DXP. True. False. Which of the following is NOT a configurable setting that can be added to a theme?. Themelets. Color Schemes. Portlet Decorators. Theme Settings. Bundling Layout Templates. Themes and Layout Templates are modules that give developers the ability to: Customize the presentation of the content. All of the above. Customize the global look-and-feel of the site. Change the layoit of the widget templates. Which of the following can you use to import Fragments into a Liferay Instance? (Choose two). Dev Studio. Gradle. The Liferay DXP UI. The Fragments Toolkit (Generator). _____ themes built using the liferay-theme generator include the Clay Base. Styled. Base. Default. Unstyled. portlet-decorator-css-class property in portlet decorator tag includes the css class that can be used in the portlet_decorator.css file to add custom css. True. False. Unstyled base theme option maintains basic functionality with some basic styling added. False. True. The Lexicon base structure is modular in its use of SASS partials and the individual components that can be modified. False. True. FreeMarker is the only templating language that Is used in all the front-end templates. False. True. Which of the following commands available in the NPM Fragments Generator Toolkit. (Choose all correct). npm run add-fragment. npm run add-collection. yo liferay-fragments. run install fragment. npm add collection. npm add fragment. Color schemes are Variations of CSS and JS packaged in the theme that administrators can choose for entire sited or specific site pages. True. False. Which of the following blade CLI commands were used to Initializes the Liferay server configured in Liferay Workspace's gradle.properties file. server start. server init. Init. server run. To build and customize a new theme, we can do the following: Finish theme module configuration. AddJavaScript. Customize HTML. Customize images. Define styles in CSS files. Create the theme (generate the source files from a base theme). In the base themes, the portal_normal are simply read and kept as separate ftl files which includes: navigation.ftl. portlet.ftl. footer. ftl. portal_pop_ip.ftl. header. ftl. portal. ftl. Any Text editor or tool will work to create Page Fragments with any folder structure. True. False. Which of the following files is the root component template generated in the Angular-based portlet bundle. app.component.html. component.html. app.component.ts. root.component.html. FreeMarker is the template language used in all the front-end templates in Liferay. True. False. Which of the following configurable options that administrators can use to change UI elements of the page once a theme is added? (Choose All correct). Layout Templates. Theme Settings. Style Books. Widget Decorators. Color Scheme Variations. Which three Yeoman generators are available with the Liferay NPM Toolkit?. Liferay Fragments Generator. Liferay Layout Generator. Liferay Theme Generator. Liferay Bundle Generator. Liferay Web Content Generator. What are StyleBooks? (Choose All correct). A design system used to create consistent user experiences across different pages. A group of styles that can be used to change the styles of the theme Base. Re-useable and sharables styles and styles rule. Set of layout templates can be used to structure your site. A group of styles applied on top on the Theme Base. Which of the following is NOT a process of using the Fragments Generator to create Collections and Fragments projects?. Create Fragments inside the Collection with npm run add-fragment. Create Collection by running npm run add-collection. Import the fragments into the platform with npm run import. Create Content page to add Collection of a Fragments. Run yo liferay-fragments. Which of the following Headless REST APIs are currently available on SwaggerHub?. Headless Workflow. Headless Form. Headless Commerce Admin Account. Headless Commerce Forecast. Headless Delivery. Which of the following are valid methods of integrating a React application with Liferay DXP? (Choose all correct answers). Use Service Builder to create a remote connection. Use the adapt tool to create an addable widget. Use Liferay Objects to create a container for the app. Separate Into components to create multiple widgets. Establish a remote connection via Headless APIs. In Liferay DXP 7.3, the Clay base is built on Bootstrap and converts LESS to SASS. True. False. Which of the following is not generated when using REST Builder? (Choose all correct answers). Parsing. XML. JAX-RS endpoints. Liferay Project. OpenAPI definition. Widget Templates can be used on which of the following widget types? (Please select all correct answers.). Platform widgets. Default widgets. Property widgets. Site widgets. Custom widgets. Which of the following statements about Layout Templates are true? (Please select all correct answers.). The Liferay Theme Generator command yo liferay-theme:create-layout will create a new Layout Template. Liferay provides multiple default page layout templates out of the box. Layout Templates can have any number of rows with twelve columns. Layout templates can be created with the Liferay Theme Generator or manually. Layout templates can have widgets embedded in them. Once a collection has been created, you can add as many fragments as desired inside it by running: npm add fragment. True. False. You can make general HTML elements editable by setting the data-lfr-editable-type attribute to html, for example: <article data-lfr-editable-id="text1" data-Ifr-editable-type="html"> <h1>Placeholder</hi> </article>. True. False. Which of the following are valid commands for the NPM Liferay Fragment Generator? (Please select all correct answers.). npm add fragment. npm run add-fragment. npm run add-collection. yo liferay-fragments. npm run import. |